validator/htdocs/style base.css,1.3,1.4 results.css,1.6,1.7

Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv13630/htdocs/style

Modified Files:
	base.css results.css 
Log Message:
After using the HEAD validator for a while, I can't say I am convinced 
that putting the revalidation options behind a toggle is useful.
Reverting.

Also styling revalidate button and options a little



Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- base.css	14 Mar 2007 07:42:37 -0000	1.3
+++ base.css	15 Mar 2007 06:54:48 -0000	1.4
@@ -247,11 +247,11 @@
     padding-bottom: 0;
     margin-bottom: 0;
 }
-fieldset p.submit_button {
+fieldset p.submit_button, fieldset div.submit_button {
     text-align: right;
     padding-top: .5em;
 }
-fieldset p.submit_button input {
+fieldset p.submit_button input, fieldset div.submit_button input {
     font-weight: bold;
     color: #005A9C;
     background: #fff;

Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- results.css	14 Mar 2007 07:43:50 -0000	1.6
+++ results.css	15 Mar 2007 06:54:48 -0000	1.7
@@ -14,18 +14,23 @@
 fieldset#revalidate_opts {
         width: 100%;
         margin; 0; padding:0;
+        border: 1px dotted #ccc;
+        background-color: #fcfcfc;
+        padding-bottom: 1em;
 }
 
 fieldset#revalidate_opts p.moreinfo {
   padding: 10px;
   margin-top: .3em;
-  text-align: right;
+  float: left;
+  width: 20em;
   font-size: x-small;
   margin-bottom: 0;
 }
 
 div#revalidate_button {
-        float: right; width: 6em; text-align: right; padding: .5em; margin: .5em
+        float: right; width: 6em;
+        padding-right: 3.5em !important;
 }
 
 table.header {
@@ -52,14 +57,16 @@
 ol li.msg_info, ol li.msg_warn, ol li.msg_err {
   border: 1px solid #eee;
   border-top: 0;
-}
-
-ol li.msg_info, ol li.msg_warn, ol li.msg_err {
   list-style-position: inside;
   padding: .5em;
   clear: both;
 }
 
+ol li.msg_info:hover, ol li.msg_warn:hover, ol li.msg_err:hover {
+  background-color: #fcfcfc;
+  
+}
+
 ol#warnings, ol#error_loop {
         padding:0;
         border-top: 1px solid #eee;

Received on Thursday, 15 March 2007 06:54:57 UTC