aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-03-17 12:26:14 +0000
committerplegall <plg@piwigo.org>2012-03-17 12:26:14 +0000
commit73c16385635a0f3c35159b2c270a889c45a47216 (patch)
treedc70291a68070e14fc17b7a5f76f97c8552245d5
parentaed80a16b91ba94aae8bd93fda5a571244b47775 (diff)
bug fixed: chosenBox invisible (Chrome/Opera) or unresponsive (Firefox) when overflowing the fieldset
git-svn-id: http://piwigo.org/svn/trunk@13592 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/theme.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 006a56d8a..da92075c5 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -386,7 +386,6 @@ DIV.comment BLOCKQUOTE {
FIELDSET {
padding: 1em;
margin: 1em;
- overflow: hidden; /* <- makes Opera happy */
}
FORM.filter FIELDSET UL {