diff options
author | plegall <plg@piwigo.org> | 2012-03-17 12:26:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-03-17 12:26:14 +0000 |
commit | 73c16385635a0f3c35159b2c270a889c45a47216 (patch) | |
tree | dc70291a68070e14fc17b7a5f76f97c8552245d5 /admin | |
parent | aed80a16b91ba94aae8bd93fda5a571244b47775 (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
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/theme.css | 1 |
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 { |