From bea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 22:16:54 +0300 Subject: [PATCH] [ticket/11957] Fix position of main block for tab-less pages PHPBB3-11957 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) 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;