aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 22:16:54 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 22:16:54 +0300
commitbea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88 (patch)
tree686e6332dca40282c536776cb79afcddde73f48d /phpBB
parent1cdb9a80572843c6eea2de6dfb16bc066c2a9edf (diff)
downloadforums-bea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88.tar
forums-bea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88.tar.gz
forums-bea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88.tar.bz2
forums-bea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88.tar.xz
forums-bea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88.zip
[ticket/11957] Fix position of main block for tab-less pages
PHPBB3-11957
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/admin.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 861fc617c5..bdcda9f299 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -493,6 +493,10 @@ li {
box-shadow: #FFF 0 0 0 1px inset;
}
+#acp:first-child {
+ top: 0;
+}
+
.panel {
background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top;
padding: 5px 0;