aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r--themes/default/theme.css32
1 files changed, 29 insertions, 3 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index bbf5e4091..ab298ecb3 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -509,8 +509,7 @@ FIELDSET {
margin: 1em;
}
-.filter UL,
-.filter LABEL {
+.filter UL {
display: block;
float: left;
margin-right: 1em;
@@ -522,15 +521,42 @@ FIELDSET {
margin-bottom: 0.5em;
}
+.filter FIELDSET {
+ padding-bottom:0;
+}
+
.filter LI LABEL {
display: inline;
float: none;
}
+.filter P {
+ text-align:left;
+ margin:0 0 15px 0;
+ line-height:20px;
+}
+
+.filter input[name="search_allwords"] {
+ width:500px;
+}
+
+.filter P input[type="checkbox"], .filter P input[type="radio"] {
+ vertical-align:middle;
+ margin-top:-4px;
+}
+
+.filter input[type="submit"] {
+ margin-left:1em;
+}
+
+.filter P LABEL {
+ margin-right:1em;
+}
+
/*IE6 needs override because of > selector*/
.filter LABEL>INPUT,
.filter LABEL>SELECT {
- display: block;
+ /* display: block; */
margin: 0.5em 0;
}