summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/style/results.css38
1 files changed, 20 insertions, 18 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css
index 035add2..99cdcef 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.1 2007-02-20 02:14:47 ot Exp $ */
+/* $Id: results.css,v 1.2 2007-02-20 03:17:01 ot Exp $ */
.input {
color: black;
@@ -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 */
/*
*/