mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 06:04:10 +02:00
again, a lot of bug fixes
git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -66,10 +66,6 @@ a.sendemail {
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
a.sendemail:hover {
|
||||
background-position: 0 -18px;
|
||||
}
|
||||
|
||||
a.fontsize {
|
||||
background-image: none;
|
||||
background-position: 0 -1px;
|
||||
|
@@ -321,6 +321,7 @@ ul.linklist li.rightside, p.rightside {
|
||||
|
||||
ul.navlinks {
|
||||
padding-bottom: 1px;
|
||||
margin-bottom: 1px;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@@ -79,12 +79,12 @@ fieldset dd {
|
||||
|
||||
/* Specific layout 1 */
|
||||
fieldset.fields1 dt {
|
||||
width: 10em;
|
||||
width: 15em;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
fieldset.fields1 dd {
|
||||
margin-left: 10em;
|
||||
margin-left: 15em;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
@@ -294,7 +294,7 @@ fieldset.submit-buttons input {
|
||||
input.inputbox { width: 85%; }
|
||||
input.medium { width: 50%; }
|
||||
input.narrow { width: 25%; }
|
||||
input.tiny { width: 110px; }
|
||||
input.tiny { width: 125px; }
|
||||
|
||||
textarea.inputbox {
|
||||
width: 85%;
|
||||
|
Reference in New Issue
Block a user