1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +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

@@ -89,15 +89,15 @@
</dl>
<dl>
<dt><label for="unbanlength">{L_BAN_LENGTH}:</label></dt>
<dd><input style="border: 0px;" type="text" class="text full" disabled="disabled" name="unbanlength" id="unbanlength" /></dd>
<dd><input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbanlength" id="unbanlength" /></dd>
</dl>
<dl>
<dt><label for="unbanreason">{L_BAN_REASON}:</label></dt>
<dd><input style="border: 0px;" type="text" class="text full" disabled="disabled" name="unbanreason" id="unbanreason" /></dd>
<dd><input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbanreason" id="unbanreason" /></dd>
</dl>
<dl>
<dt><label for="unbangivereason">{L_BAN_GIVE_REASON}:</label></dt>
<dd><input style="border: 0px;" type="text" class="text full" disabled="disabled" name="unbangivereason" id="unbangivereason" /></dd>
<dd><input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbangivereason" id="unbangivereason" /></dd>
</dl>
<p class="submit-buttons">

View File

@@ -172,7 +172,7 @@ a:active {
#content h1 {
color: #115098;
line-height: 1.2em;
margin-bottom: 0px;
margin-bottom: 0;
}
#main {
@@ -191,6 +191,11 @@ a:active {
height: 350px;
}
.simple-page-body {
padding: 0;
padding-right: 10px;
min-width: 0;
}
/* Tabbed menu
Based on: http://www.alistapart.com/articles/slidingdoors2/
@@ -257,12 +262,12 @@ a:active {
}
#tabs #activetab a {
background-position: 0 0px;
background-position: 0 0;
border-bottom: 1px solid #DCDEE2;
}
#tabs #activetab a span {
background-position: 100% 0px;
background-position: 100% 0;
padding-bottom: 5px;
color: #23649F;
}
@@ -510,7 +515,7 @@ table.type2 th {
}
table.type2 td {
padding: 0px;
padding: 0;
font-size: 1em;
}
@@ -640,7 +645,7 @@ legend {
position: relative;
text-transform: none;
line-height: 1.2em;
top: 0em;
top: 0;
vertical-align: middle;
}
@@ -1229,7 +1234,7 @@ input.disabled {
font-weight: bold;
line-height: 1.20em;
text-align: right;
padding: 0px;
padding: 0;
}
.rtl .sourcenum {
@@ -1240,7 +1245,7 @@ input.disabled {
font-family: Monaco, 'Courier New', monospace;
font-size: 1.25em;
line-height: 1.20em;
padding: 0px;
padding: 0;
}
.syntaxbg {
@@ -1392,11 +1397,11 @@ fieldset.permissions .permissions-switch {
.permissions-category .activetab a:hover span.tabbg {
color: #333333;
background-position: 100% 0px;
background-position: 100% 0;
}
.permissions-category .activetab a:hover {
background-position: 0 0px;
background-position: 0 0;
}
.permissions-category a span.colour {

View File

@@ -101,4 +101,4 @@ function swatch(field)
<body class="{S_CONTENT_DIRECTION}">
<div id="page-body" style="padding: 0; padding-right: 10px; min-width: 0px;">
<div id="page-body" class="simple-page-body">