summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/style/base.css6
-rw-r--r--htdocs/style/results.css19
-rw-r--r--share/templates/en_US/table.tmpl6
3 files changed, 19 insertions, 12 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index dc429b8..49f9346 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -5,7 +5,7 @@
Copyright 2000~2007 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: base.css,v 1.3 2007-03-14 07:42:37 ot Exp $
+ $Id: base.css,v 1.4 2007-03-15 06:54:48 ot Exp $
*/
/*
@@ -247,11 +247,11 @@ fieldset p.instructions {
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;
diff --git a/htdocs/style/results.css b/htdocs/style/results.css
index ec3cf82..c548585 100644
--- a/htdocs/style/results.css
+++ b/htdocs/style/results.css
@@ -1,5 +1,5 @@
/* style sheet for the validator's results page */
-/* $Id: results.css,v 1.6 2007-03-14 07:43:50 ot Exp $ */
+/* $Id: results.css,v 1.7 2007-03-15 06:54:48 ot Exp $ */
.input {
color: black;
@@ -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 @@ fieldset#revalidate_opts table.header, fieldset#revalidate_opts table.header td,
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;
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl
index c9e1269..3374e91 100644
--- a/share/templates/en_US/table.tmpl
+++ b/share/templates/en_US/table.tmpl
@@ -88,9 +88,8 @@
</table>
<TMPL_UNLESS NAME="is_upload">
- <div id="revalidate_button"><input type="submit" value="Revalidate" title="Validate this document again" /></div>
- <fieldset id="revalidate_opts" class="alttoggle closed">
- <legend class="toggletext">More Options</legend>
+ <fieldset id="revalidate_opts">
+ <legend>Options</legend>
<table class="header">
<tr>
@@ -137,6 +136,7 @@
<p class="moreinfo">
<a href="docs/users.html#Options">Help</a> on the options is available.
</p>
+ <div id="revalidate_button" class="submit_button"><input type="submit" value="Revalidate" title="Validate this document again" /></div>
</fieldset>