2006/unicorn/WebContent/style base_ucn.css,1.32,1.33

Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv18544/WebContent/style

Modified Files:
	base_ucn.css 
Log Message:
merged the sprites

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- base_ucn.css	25 Sep 2009 17:17:03 -0000	1.32
+++ base_ucn.css	25 Sep 2009 17:46:56 -0000	1.33
@@ -442,13 +442,13 @@
 	margin-right:4px;
 }
 #observations div.observer h2 span.icons a.infos span.legend {
-	background:url(../images/icons_sprite.png) no-repeat 0 0;
+	background:url(../images/unicons_sprite.png) no-repeat 0 -40px;
 }
 #observations div.observer h2 span.icons a.errors span.legend {
-	background:url(../images/icons_sprite.png) no-repeat 0 -36px;
+	background:url(../images/unicons_sprite.png) no-repeat -18px -40px;
 }
 #observations div.observer h2 span.icons a.warnings span.legend {
-	background:url(../images/icons_sprite.png) no-repeat 0 -18px;
+	background:url(../images/unicons_sprite.png) no-repeat 0 -58px;
 }
 #observations div.observer h2 span.icons img {
 	vertical-align: -20%;

Received on Friday, 25 September 2009 17:47:11 UTC