aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-06-19 20:39:12 +0000
committerrvelices <rv-github@modusoptimus.com>2014-06-19 20:39:12 +0000
commita61307e65286a239eee279428c11b4ac749830c2 (patch)
tree3e384f3d1af9f3ad304b28669aff358fbf727360 /themes/default/theme.css
parente9c7c08ec472e1969e1384abfd781a3b0b9c19c3 (diff)
feature 3094: redesign of search form
- fix comments page filter form (css changes affected also that .filter form - simplified also css rules) - better query for author list (using id for visible_images instead of image_id field) - don't show author list if there is only one author git-svn-id: http://piwigo.org/svn/trunk@28744 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 {