- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Dec 2008 18:19:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv7624
Modified Files:
results.css
Log Message:
fixing a few CSS issues with results page (wrong bg colors, the awful support for styling legend elements in any contemporary browser, etc)
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- results.css 2 Oct 2007 02:45:34 -0000 1.21
+++ results.css 9 Dec 2008 18:19:48 -0000 1.22
@@ -61,12 +61,28 @@
}
fieldset#revalidate_opts {
- width: 100%;
margin: 0;
padding:0;
- border: 1px dotted #ccc;
- background-color: #fcfcfc;
+ border: 1px solid #ccc;
padding-bottom: 1em;
+ padding-left: .5em;
+ margin-top: 1em;
+}
+
+fieldset#revalidate_opts,
+fieldset#revalidate_opts label,
+fieldset#revalidate_opts p,
+fieldset#revalidate_opts div,
+fieldset#revalidate_opts a {
+ background-color: #fcfcfc;
+
+}
+
+fieldset#revalidate_opts legend {
+/* margin-top: 1.8em;
+*/ background-color: #eaebee;
+ padding: .5em;
+ border: 1px solid #ccc;
}
fieldset#revalidate_opts p.moreinfo {
@@ -98,7 +114,8 @@
border-top: 0px solid #ddd;
border-bottom: 1px solid #ccc;
border-left: 1px solid #EAEBEE;
- padding: 6px;
+ padding: .4em;
+ text-indent: .5em;
border-collapse: collapse;
}
div#results_container table th {
@@ -173,7 +190,8 @@
clear: both;
}
-ol li.msg_info:hover, ol li.msg_warn:hover, ol li.msg_err:hover {
+ol li.msg_info:hover, ol li.msg_warn:hover, ol li.msg_err:hover,
+ol li.msg_info:hover *, ol li.msg_warn:hover *, ol li.msg_err:hover * {
background-color: #fcfcfc;
}
Received on Tuesday, 9 December 2008 18:19:59 UTC