1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +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:
Meik Sievertsen
2007-07-19 20:38:38 +00:00
parent 870991c060
commit 75a5162945
54 changed files with 307 additions and 138 deletions

View File

@@ -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%;