summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/scripts/w3c-validator.js4
-rw-r--r--htdocs/style/base.css65
2 files changed, 57 insertions, 12 deletions
diff --git a/htdocs/scripts/w3c-validator.js b/htdocs/scripts/w3c-validator.js
index edbbafa..2fde18d 100644
--- a/htdocs/scripts/w3c-validator.js
+++ b/htdocs/scripts/w3c-validator.js
@@ -125,7 +125,7 @@ var W3C = {
if (j == i){
if (block) return;
W3C.Sections[j].setStyles({'opacity': sudden ? 1 : 0, 'display': 'block'});
- if (!sudden) W3C.SectionFx[j].start(0.999999);
+ if (!sudden) W3C.SectionFx[j].start(1);
if (W3C.WithOptions) W3C.OptionsFx[j].show().fireEvent('onComplete');
else W3C.OptionsFx[j].hide();
} else {
@@ -151,4 +151,4 @@ var W3C = {
};
-window.addEvent('domready', W3C.start); \ No newline at end of file
+window.addEvent('domready', W3C.start);
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index 26f96ac..cca1533 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -108,6 +108,8 @@ h5,h6 {
td, th{
padding: 6px;
}
+
+/* @end */
/* @group Inputs */
@@ -163,9 +165,10 @@ textarea {
p.submit_button input {
overflow: visible;
+ width: auto;
background: #fff;
- color: #365D95;
- padding: 0.3em 0.4em 0.1em 0.3em;
+ color: #365D95;
+ padding: 0.3em 0.4em 0.1em 0.3em;
font-size: 1.2em;
width: 12em;
text-align: center;
@@ -199,10 +202,43 @@ div.options label {
margin-right: 0.3em;
}
-fieldset.moreoptions div table tr.subchoice th {
- padding-left: 3em;
+
+div.options table, div.options tbody, div.options td, div.options th, div.options tr {
+ margin: 0;
+ padding: 0;
+}
+
+div.options table {
+ border-collapse: collapse;
+}
+
+div.options th, div.options th label {
+ font-weight: bold;
+}
+
+div.options td, div.options th {
+ padding: 0.5em 1.1em 0.5em 0;
+ text-align: left;
+}
+
+div.options td input {
+ margin-right: 0.2em;
+}
+
+div.options select {
+ width: 100%;
}
+div.options table tr.subchoice th {
+ padding-left: 3em;
+}
+tr.subchoice th label {
+ padding-left: 0;
+}
+tr.subchoice th, tr.subchoice th label {
+ font-size: 1em;
+ font-weight: normal;
+}
/* @end */
/* @group Header */
@@ -379,6 +415,13 @@ p.instructions {
padding-top: 0.5em;
}
+p.instructions label {
+ color: #4D525E;
+ padding: 0;
+ margin: 0;
+ font-size: 1em;
+}
+
div.options {
padding: 0.7em 0 0.5em 1em;
}
@@ -389,13 +432,11 @@ div.options, p.submit_button, p.instructions, p#note {
}
p.submit_button {
- padding: 0.5em 0 0.3em;
+ padding: 0.6em 0 0;
+ margin: 0;
text-align: center;
}
-form {
- padding-bottom: 1em;
-}
p#note {
clear: both;
@@ -487,7 +528,7 @@ p#version_info {
/* @end */
-/* @group docs */
+/* @group Docs */
div.doc {
margin: 1em 2em;
@@ -630,6 +671,8 @@ div.doc th {
border-right: 1px solid #ccc;
}
+/* @end */
+
/* @group home page, news text */
@@ -668,4 +711,6 @@ div.intro {
#test_warning img {
width: 1.3em;
vertical-align: middle;
-} \ No newline at end of file
+}
+
+/* @end */ \ No newline at end of file