- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 03:17:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv11143/htdocs/style
Modified Files:
results.css
Log Message:
[work in progress] adding new options to revalidation form in results page
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- results.css 20 Feb 2007 02:14:47 -0000 1.1
+++ results.css 20 Feb 2007 03:17:01 -0000 1.2
@@ -11,35 +11,37 @@
/* Various Bits of the Table Header */
/*
*/
-fieldset div.moreinfo {
- float: right;
- width: 30%;
+fieldset#revalidate_opts {
+ width: 100%;
+ margin; 0; padding:0;
}
-fieldset div.moreinfo p {
- background: #FFF;
- border: 1px solid #CCC;
+fieldset#revalidate_opts p.moreinfo {
padding: 10px;
- text-align: justify;
- font-size: smaller;
+ margin-top: .3em;
+ text-align: right;
+ font-size: x-small;
+ margin-bottom: 0;
}
-fieldset div.cheat {
- clear: both;
+div#revalidate_button {
+ float: right; width: 6em; text-align: right; padding: .5em; margin: .5em
}
-
table.header {
- clear: left;
- margin-left: auto;
- margin-right: auto;
+ clear: both;
+ width: 100%;
}
-fieldset table.header {
- float: left;
- margin: 1ex;
+fieldset#revalidate_opts table.header {
+ margin-top: .5em;
}
+fieldset#revalidate_opts table.header, fieldset#revalidate_opts table.header td, fieldset#revalidate_opts table.header tr {
+ border: 0;
+}
+
+
/* Error Messages Display */
/*
*/
Received on Tuesday, 20 February 2007 03:17:16 UTC