diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-09-27 20:57:55 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-09-27 20:57:55 +0200 |
commit | dad7aa9593940114a8ebfa3bd9518ef1e07d5b3f (patch) | |
tree | f8f150b24ff07e1acdb39fa6c340df9f7a0611c9 /phpBB/adm/style | |
parent | 13b718e7206a7f78b8c108e2f55bd3056cbab130 (diff) | |
parent | 5b66413f69db8839a2553ef29f5b2cd947992916 (diff) | |
download | forums-dad7aa9593940114a8ebfa3bd9518ef1e07d5b3f.tar forums-dad7aa9593940114a8ebfa3bd9518ef1e07d5b3f.tar.gz forums-dad7aa9593940114a8ebfa3bd9518ef1e07d5b3f.tar.bz2 forums-dad7aa9593940114a8ebfa3bd9518ef1e07d5b3f.tar.xz forums-dad7aa9593940114a8ebfa3bd9518ef1e07d5b3f.zip |
Merge remote-tracking branch 'nickvergessen/ticket/10315' into develop-olympus
* nickvergessen/ticket/10315:
[ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/admin.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 4c3fa51af3..666f4921ba 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -899,12 +899,15 @@ html>body dd label input { vertical-align: text-bottom;} /* Tweak for Moz to ali dd input { font-size: 1.00em; max-width: 100%; + margin: 2px 0; } dd select { font-size: 100%; + font-size: 1em; width: auto; max-width: 100%; + margin: 2px 0; } dd textarea { @@ -912,11 +915,6 @@ dd textarea { width: 90%; } -dd select { - width: auto; - font-size: 1.00em; -} - fieldset dl { margin-bottom: 10px; font-size: 0.85em; |