aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-08-19 12:22:18 -0400
committerJoas Schilling <nickvergessen@gmx.de>2010-08-19 12:22:18 -0400
commit44125f5533394e7d317b851111d6396c7567f3bd (patch)
tree7f462d10c75a51c66263a8d7bc56bcce387d9155 /phpBB/adm/style
parent25c579c00d25356afead09f13031e69e22f91324 (diff)
downloadforums-44125f5533394e7d317b851111d6396c7567f3bd.tar
forums-44125f5533394e7d317b851111d6396c7567f3bd.tar.gz
forums-44125f5533394e7d317b851111d6396c7567f3bd.tar.bz2
forums-44125f5533394e7d317b851111d6396c7567f3bd.tar.xz
forums-44125f5533394e7d317b851111d6396c7567f3bd.zip
[ticket/9104] Safari does not display box headers correctly in the ACP.
PHPBB3-9104
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/admin.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 5f1f01c0a9..4c3fa51af3 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -670,14 +670,10 @@ legend {
position: relative;
text-transform: none;
line-height: 1.2em;
- top: 0;
+ top: -.2em;
vertical-align: middle;
}
-/* Hide from macIE \*/
-legend { top: -1.2em; }
-/* end */
-
* html legend {
margin: 0 0 -10px -7px;
line-height: 1em;