mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
#5474 - ACP XHTML spring clean... fieldsets with missing legends added, and lone fieldsets which should belong to the accending fieldset have been (mostly) merged. Some outstanding issues with the permissions area (Dominik has some stuff for this at some point anyway) and the Custom Profile Fields bit, which should feature "Previous/Next" style buttons.
git-svn-id: file:///svn/phpbb/trunk@6645 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -470,7 +470,7 @@ label img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
fieldset.quick {
|
||||
fieldset.quick, p.quick {
|
||||
margin: 0 0 5px 0;
|
||||
padding: 5px 0 0 0;
|
||||
border: none;
|
||||
@@ -479,6 +479,14 @@ fieldset.quick {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
fieldset.quick legend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
fieldset.tabulated {
|
||||
background-color: #DADFE4;
|
||||
}
|
||||
|
||||
fieldset.nobg {
|
||||
margin: 15px 0 0 0;
|
||||
padding: 0;
|
||||
@@ -603,7 +611,7 @@ input:focus, textarea:focus {
|
||||
}
|
||||
|
||||
|
||||
/* Submit button fieldset
|
||||
/* Submit button fieldset or paragraph
|
||||
---------------------------------------- */
|
||||
fieldset.submit-buttons {
|
||||
text-align: center;
|
||||
@@ -613,10 +621,21 @@ fieldset.submit-buttons {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
fieldset.submit-buttons input {
|
||||
p.submit-buttons {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
fieldset.submit-buttons input, p.submit-buttons input {
|
||||
padding: 3px 2px;
|
||||
}
|
||||
|
||||
fieldset.submit-buttons legend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* Input field styles
|
||||
---------------------------------------- */
|
||||
|
Reference in New Issue
Block a user