mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-15 05:24:41 +01:00
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
This commit is contained in:
parent
7ed41c4de1
commit
5e9becda17
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user