From 0293556bc983ef01d6adc3389857d51d617d92aa Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 29 Mar 2006 18:23:26 +0000 Subject: [PATCH] fix layout for internet explorer (needs further tweaks, the permissions screens are looking "horrible" in ie, fine in ff though. ;)) git-svn-id: file:///svn/phpbb/trunk@5759 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_permissions.html | 2 +- phpBB/adm/style/admin.css | 8 ++++---- phpBB/adm/style/permission_mask.html | 12 +++++++----- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/phpBB/adm/style/acp_permissions.html b/phpBB/adm/style/acp_permissions.html index a9c09479a4..1801892218 100644 --- a/phpBB/adm/style/acp_permissions.html +++ b/phpBB/adm/style/acp_permissions.html @@ -351,7 +351,7 @@

-
+
{L_PERMISSION_APPLIED_TO_ALL}
{L_MARK_ALL}{L_UNMARK_ALL}
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 444796f931..5e18443092 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -783,20 +783,20 @@ table.pmask td.name { /* Preset Styles ---------------------------------------- */ -.preset_yes, .preset_custom, .preset_no, .preset_unset { +.preset { width: 60px; } -.preset_yes a span, .preset_custom a span, .preset_no a span, .preset_unset a span { +.preset a { float: left; display: block; width: 100%; height: 20px; cursor: pointer; - background: none; + background: transparent; } -.preset_yes a:hover span, .preset_custom a:hover span, .preset_no a:hover span, .preset_unset a:hover span { +.preset a:hover { background: url("../images/arrow_down.gif") no-repeat 50% 50%; text-decoration: none; } diff --git a/phpBB/adm/style/permission_mask.html b/phpBB/adm/style/permission_mask.html index 67bf9c2a83..8999c2b9da 100644 --- a/phpBB/adm/style/permission_mask.html +++ b/phpBB/adm/style/permission_mask.html @@ -119,6 +119,8 @@ +
+

@@ -166,15 +168,15 @@ - + - + - + - + -   +