1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line.

git-svn-id: file:///svn/phpbb/trunk@7642 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-19 12:04:22 +00:00
parent e242a73a6f
commit 456586475b
34 changed files with 441 additions and 128 deletions

View File

@@ -4,7 +4,7 @@
/* General form styles
----------------------------------------*/
fieldset {
border-width: 0px;
border-width: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
}
@@ -76,12 +76,12 @@ fieldset dd {
/* Specific layout 1 */
fieldset.fields1 dt {
width: 10em;
border-right-width: 0px;
border-right-width: 0;
}
fieldset.fields1 dd {
margin-left: 10em;
border-left-width: 0px;
border-left-width: 0;
}
fieldset.fields1 {
@@ -95,12 +95,12 @@ fieldset.fields1 div {
/* Specific layout 2 */
fieldset.fields2 dt {
width: 15em;
border-right-width: 0px;
border-right-width: 0;
}
fieldset.fields2 dd {
margin-left: 16em;
border-left-width: 0px;
border-left-width: 0;
}
/* Form elements */