- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Aug 2009 11:31:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv30831/WebContent/style
Modified Files:
base_ucn.css
Log Message:
updated
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- base_ucn.css 28 Aug 2009 17:10:32 -0000 1.6
+++ base_ucn.css 31 Aug 2009 11:31:09 -0000 1.7
@@ -107,7 +107,6 @@
min-width:15em;
}
fieldset span.checkboxlist{
- font-family:Monaco,"Courier New",Monospace;
font-size:0.9em;
}
fieldset legend {
@@ -437,34 +436,34 @@
}
div.errors h3.toggles {
- background: url(../images/arrow_red_closed.png) no-repeat left 4px ;
+ background: url(../images/arrow_red_closed.png) no-repeat left 40%;
padding-left:12px !important;
}
div.errors h3.toggled {
- background: url(../images/arrow_red_open.png) no-repeat left 4px ;
+ background: url(../images/arrow_red_open.png) no-repeat left 40%;
padding-left:12px !important;
}
div.infos h3.toggles {
- background: url(../images/arrow_green_closed.png) no-repeat left 4px ;
+ background: url(../images/arrow_green_closed.png) no-repeat left 40%;
padding-left:12px !important;
}
div.infos h3.toggled {
- background: url(../images/arrow_green_open.png) no-repeat left 4px ;
+ background: url(../images/arrow_green_open.png) no-repeat left 40%;
padding-left:12px !important;
}
div.warnings h3.toggles {
- background: url(../images/arrow_yellow_closed.png) no-repeat left 4px ;
+ background: url(../images/arrow_yellow_closed.png) no-repeat left 40%;
padding-left:12px !important;
}
div.warnings h3.toggled {
- background: url(../images/arrow_yellow_open.png) no-repeat left 4px;
+ background: url(../images/arrow_yellow_open.png) no-repeat left 40%;
padding-left:12px !important;
}
div.observer h2.toggles {
- background: url(../images/arrow_white_closed.png) no-repeat 4px 12px;
+ background: url(../images/arrow_white_closed.png) no-repeat 4px 50%;
padding-left:17px !important;
}
div.observer h2.toggled {
- background: url(../images/arrow_white_open.png) no-repeat 4px 12px;
+ background: url(../images/arrow_white_open.png) no-repeat 4px 50%;
padding-left:17px !important;
}
\ No newline at end of file
Received on Monday, 31 August 2009 11:31:21 UTC