aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-19 12:04:22 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-19 12:04:22 +0000
commit456586475b14cd70be9fee003006b1c149537857 (patch)
treead42ed380c553c38ee54db034bce407873d4b4b3 /phpBB/adm/style/admin.css
parente242a73a6f060ccb8378b1183b0d73af2e81c552 (diff)
downloadforums-456586475b14cd70be9fee003006b1c149537857.tar
forums-456586475b14cd70be9fee003006b1c149537857.tar.gz
forums-456586475b14cd70be9fee003006b1c149537857.tar.bz2
forums-456586475b14cd70be9fee003006b1c149537857.tar.xz
forums-456586475b14cd70be9fee003006b1c149537857.zip
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
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css23
1 files changed, 14 insertions, 9 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index eea150ae6b..458cae5d97 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -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 {