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 @@ - + - + - + - + -   +