From 5e9becda1733052f918c4c9fa4179ad6084dd759 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 30 Nov 2006 15:05:51 +0000 Subject: [PATCH] sorry, i can't stand this uglification. To let the added fieldsets being valid i simply reverted the previous layout by changing the css. git-svn-id: file:///svn/phpbb/trunk@6696 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_icons.html | 2 +- phpBB/adm/style/acp_search.html | 2 +- phpBB/adm/style/admin.css | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) 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 {