- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Mar 2007 06:55:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv3974/htdocs/style
Modified Files:
results.css
Log Message:
* making preparse warnings list similar in style as list of errors/warnings
* moving the "feedback" envelope to avoid floating issues
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- results.css 20 Feb 2007 08:22:20 -0000 1.3
+++ results.css 9 Mar 2007 06:55:25 -0000 1.4
@@ -46,6 +46,9 @@
/*
*/
+/* "Fatal" warnings... */
+
+
ol li.msg_info, ol li.msg_warn, ol li.msg_err {
border: 1px solid #eee;
border-top: 0;
@@ -54,17 +57,14 @@
ol li.msg_info, ol li.msg_warn, ol li.msg_err {
list-style-position: inside;
padding: .5em;
+ clear: both;
}
-ol#error_loop {
+ol#warnings, ol#error_loop {
padding:0;
border-top: 1px solid #eee;
}
-ul#warnings {
- list-style-type: none;
-}
-
li.msg_info span.err_type{
background-color: #888;
padding: .1em .5em;
@@ -114,12 +114,15 @@
p.helpwanted {
padding: 0;
margin: 0;
- margin-top: .5em;
+ margin-top: 0em;
color: #888;
text-align: left;
float: right;
width: 20px;
font-weight: bold;
+ position: relative;
+ left: 0;
+ top: -3em;
}
p.helpwanted a {
@@ -178,19 +181,6 @@
padding: 0;
}
-/* "Fatal" warnings... */
-ul#warnings li {
- margin: 0;
- padding: 0;
-}
-
-ul#warnings li span.msg {
- /* font-weight: bold; */
- background-color: #FA9084 !important; /* based on color for .invalid, but washed out */
- font-weight: normal;
- padding: .2em;
- margin-left: 20px;
-}
th {
Received on Friday, 9 March 2007 06:55:32 UTC