aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-08-14 20:46:01 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-09-21 01:02:28 +0200
commit5b66413f69db8839a2553ef29f5b2cd947992916 (patch)
tree0bb8a5c5e55c0166859cbe19334aa29cf009cbf0 /phpBB/adm/style
parentcad3e4cb453696d62abfdf90455d12140d215828 (diff)
downloadforums-5b66413f69db8839a2553ef29f5b2cd947992916.tar
forums-5b66413f69db8839a2553ef29f5b2cd947992916.tar.gz
forums-5b66413f69db8839a2553ef29f5b2cd947992916.tar.bz2
forums-5b66413f69db8839a2553ef29f5b2cd947992916.tar.xz
forums-5b66413f69db8839a2553ef29f5b2cd947992916.zip
[ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
PHPBB3-10315
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/admin.css8
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;