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.css24
1 files changed, 1 insertions, 23 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index f31d7a31e..9fa267473 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -493,11 +493,6 @@ FORM P {
margin-bottom: 2em;
}
-SELECT.categoryList {
- height: 20em;
- width: 500px;
-}
-
/**
* Filter forms are displayed label by label with the input (or select...)
@@ -512,7 +507,7 @@ FIELDSET {
.filter UL {
display: block;
float: left;
- margin-right: 1em;
+ margin: 0 1em 1em 0;
padding: 0;
}
@@ -525,11 +520,6 @@ FIELDSET {
padding-bottom:0;
}
-.filter LI LABEL {
- display: inline;
- float: none;
-}
-
.filter P {
text-align:left;
margin:0 0 15px 0;
@@ -553,18 +543,6 @@ FIELDSET {
margin-right:1em;
}
-/*IE6 needs override because of > selector*/
-.filter LABEL>INPUT,
-.filter LABEL>SELECT {
- /* display: block; */
- margin: 0.5em 0;
-}
-
-.filter FIELDSET * LABEL>INPUT {
- display: inline;
- vertical-align: top;
- margin: 0 0.5em 0 0;
-}
.properties UL {