From fefca12c5bf2d2487f77554bfb21fd7906a09f42 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 20 Feb 2009 07:01:00 -0500
Subject: [PATCH] Fixed login problem in safari.

---
 interface/web/themes/default/css/screen/content_ispc.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index 2936f56..b07974e 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -287,6 +287,7 @@
 	.iconstxt.icoNegative { background-image: url("../../icons/x16/cross_circle_frame.png"); }
 	.iconstxt.icoAdd { background-image: url(../../icons/x16/plus_circle_frame.png); }
 	.iconstxt.icoKey { background-image: url("../../icons/x16/key.png"); }
+	.iconstxt.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); }
 	
 	/* Button with icon and without text */
 	.icons16 span { display: none; }

--
Gitblit v1.9.1