diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index 1ea1061d82..0518a03ec3 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -122,7 +122,7 @@
-
+
{L_TITLE} diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html index 7a712892e8..104f6362a8 100644 --- a/phpBB/adm/style/acp_search.html +++ b/phpBB/adm/style/acp_search.html @@ -94,7 +94,7 @@ {backend.S_HIDDEN_FIELDS} -
+
{L_INDEX_STATS}: {backend.L_NAME} ({L_ACTIVE}) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index bedb045397..2daa161395 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -484,7 +484,16 @@ fieldset.quick legend { } fieldset.tabulated { - background-color: #DADFE4; +/* background-color: #DADFE4;*/ + background: none; + margin: 0; + padding: 0; + padding-top: 5px; + border: 0; +} + +fieldset.tabulated legend { + display: none; } fieldset.nobg {