aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-06 09:31:30 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-06 09:31:30 +0100
commit4684ba08690b1a6e305d9f6bf8d38cacb86dc387 (patch)
tree53220323889d079c2241d771cac016eeac1423bc /phpBB/adm/style
parent7f08a33b9fe1863aa5b43cde2f96b86afb3fa5e8 (diff)
parentbe3bab49460274e9cce5b92b9e66435d1b622a8e (diff)
downloadforums-4684ba08690b1a6e305d9f6bf8d38cacb86dc387.tar
forums-4684ba08690b1a6e305d9f6bf8d38cacb86dc387.tar.gz
forums-4684ba08690b1a6e305d9f6bf8d38cacb86dc387.tar.bz2
forums-4684ba08690b1a6e305d9f6bf8d38cacb86dc387.tar.xz
forums-4684ba08690b1a6e305d9f6bf8d38cacb86dc387.zip
Merge remote-tracking branch 'cyberalien/ticket/11979' into develop
* cyberalien/ticket/11979: [ticket/11979] Fix errors in dropdown [ticket/11979] Add ability to create dropdown menu to prosilver
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/admin.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index d971c38efb..c4f1caf722 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -2365,11 +2365,14 @@ fieldset.permissions .padding {
.dropdown .dropdown-contents {
z-index: 2;
overflow: hidden;
+ overflow-y: auto;
background: #fff;
border: 1px solid #b9b9b9;
border-radius: 5px;
padding: 5px;
position: relative;
+ min-width: 40px;
+ max-height: 200px;
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;