- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Sep 2009 14:11:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv12611/WebContent/style
Modified Files:
base_ucn.css
Log Message:
new css sprite with rollovers for all fold/unfold icons on result page
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- base_ucn.css 25 Sep 2009 13:05:26 -0000 1.28
+++ base_ucn.css 25 Sep 2009 14:11:08 -0000 1.29
@@ -381,7 +381,6 @@
#observations div.observer h2 {
font-size: 1.3em;
padding: 0.3em;
- padding-left: 0.5em;
text-align:left;
color:white
}
@@ -571,35 +570,34 @@
color:#444444;
}
-div.errors h3.toggles {
- background: url(../images/arrow_red_closed_2.png) no-repeat left 55%;
- padding-left:10px !important;
+#observations span.arrow {
+ display:inline-block;
+ height:9px;
+ width:9px;
}
-div.errors h3.toggled {
- background: url(../images/arrow_red_open_2.png) no-repeat left 55%;
- padding-left:10px !important;
+div.errors h3 span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat -18px 0;
}
-div.infos h3.toggles {
- background: url(../images/arrow_green_closed_2.png) no-repeat left 55%;
- padding-left:10px !important;
+div.errors h3.toggled span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat -18px -9px;
}
-div.infos h3.toggled {
- background: url(../images/arrow_green_open_2.png) no-repeat left 55%;
- padding-left:10px !important;
+div.infos h3 span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat 0 0;
}
-div.warnings h3.toggles {
- background: url(../images/arrow_yellow_closed_2.png) no-repeat left 55%;
- padding-left:10px !important;
+div.infos h3.toggled span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat 0 -9px;
}
-div.warnings h3.toggled {
- background: url(../images/arrow_yellow_open_2.png) no-repeat left 55%;
- padding-left:10px !important;
+div.warnings h3 span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat -9px 0;
}
-div.observer h2.toggles {
- background: url(../images/arrow_white_closed.png) no-repeat 4px 50%;
- padding-left:17px !important;
+div.warnings h3.toggled span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat -9px -9px;
}
-div.observer h2.toggled {
- background: url(../images/arrow_white_open.png) no-repeat 4px 50%;
- padding-left:17px !important;
+div.observer h2 span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat -27px 0;
+ margin-bottom:1px;
+}
+div.observer h2.toggled span.arrow {
+ background: url(../images/sprite_arrow.png) no-repeat -27px -9px;
+ margin-bottom:0;
}
\ No newline at end of file
Received on Friday, 25 September 2009 14:11:20 UTC