From c72c367d4827a96e778576f22b81f7f7366ef8dd Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Sun, 09 Nov 2008 08:51:55 -0500
Subject: [PATCH] added icons to the list view

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

diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index f1bc4a9..28fd643 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -18,14 +18,6 @@
 
 @media all
 {
-	/* Image-Replacement */
-	h1.swap { background-repeat:no-repeat; }
-	h1.swap span {display:none;} 
-	h1#ir-HeaderLogo {
-	  height:32px;
-	  background-image:url("../../images/header_logo.png");
-	} 
-	
 	.pageForm_description {
 		font-size: 12px;
 	}
@@ -130,7 +122,14 @@
 		color:#ffffff;
 		padding:0px 5px;
 	}
-	
+
+	/* Image-Replacement */
+	.swap { background-repeat:no-repeat; }
+	.swap span { display:none; height:16px; } 
+	#ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:32px; } 
+	#ir-Yes { background-image:url("../../icons/x16/tick_circle.png"); height:16px; } 
+	#ir-No { background-image:url("../../icons/x16/cross_circle.png"); height:16px; } 
+  	
 	/* BUTTONS */
 	.buttons a, .buttons button{
 	    display:block;
@@ -230,5 +229,6 @@
 
 	.icons16.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); }
 	.icons16.icoFilter { background-image: url(../../icons/x16/funnel.png); }
+	.icons16.icoEdit { background-image: url("../../icons/x16/wrench.png"); }
 }
 

--
Gitblit v1.9.1