diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-02-16 17:06:07 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-02-16 18:21:04 +0100 |
commit | 32815faa3357e307a7459a88baabeb2c9cd5de0d (patch) | |
tree | b486e62b7143249243b9d1c11294e013a984ce34 /phpBB | |
parent | 0a1604a5360a8fe02b77f6fc4dbb18f5b0d3915f (diff) | |
download | forums-32815faa3357e307a7459a88baabeb2c9cd5de0d.tar forums-32815faa3357e307a7459a88baabeb2c9cd5de0d.tar.gz forums-32815faa3357e307a7459a88baabeb2c9cd5de0d.tar.bz2 forums-32815faa3357e307a7459a88baabeb2c9cd5de0d.tar.xz forums-32815faa3357e307a7459a88baabeb2c9cd5de0d.zip |
[ticket/14315] Tweak location of drop-down
PHPBB3-14315
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 4bb9922d56..e537e970a3 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -2471,7 +2471,7 @@ fieldset.permissions .padding { .roles-options > .dropdown { left: auto; - top: 3em; + top: 3.2em; width: 250px; } |