diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-30 15:05:51 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-30 15:05:51 +0000 |
commit | 5e9becda1733052f918c4c9fa4179ad6084dd759 (patch) | |
tree | ae5fafd1fe00203a2dca9a55bcda1a6d0a3c5137 /phpBB | |
parent | 7ed41c4de14e5b454e8935c35edef4a0b3c400a9 (diff) | |
download | forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar.gz forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar.bz2 forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar.xz forums-5e9becda1733052f918c4c9fa4179ad6084dd759.zip |
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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_icons.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/acp_search.html | 2 | ||||
-rw-r--r-- | 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 @@ <!-- ENDIF --> <form id="acp_icons" method="post" action="{U_ACTION}"> - <fieldset class="tabular"> + <fieldset class="tabulated"> <legend>{L_TITLE}<legend> <div style="text-align: right;"><a href="{U_IMPORT}">{L_IMPORT}</a> | <a href="{U_EXPORT}">{L_EXPORT}</a></div> 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 @@ <form id="acp_search_index_{backend.NAME}" method="post" action="{U_ACTION}"> {backend.S_HIDDEN_FIELDS} - <fieldset class="tabular"> + <fieldset class="tabulated"> <legend>{L_INDEX_STATS}: {backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></legend> <table cellspacing="1"> 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 { |