From 717d208802bee11da7ee84e892fbb6166620ffee Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 19 Jul 2017 14:36:12 +0200 Subject: [PATCH] =?utf8?q?Stylesheets:=20Admin-Bereich:=20obersten=20Inhal?= =?utf8?q?t=20nicht=20hinter=20Men=C3=BC=20verstecken?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/kivitendo/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 5b50aa067..5e4f4e23a 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -577,3 +577,9 @@ div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover:afte div.layout-actionbar .layout-actionbar-default-action { font-weight: bold; } + +/* Admin section: the menu itself doesn't occupy space. So make room + at the top of the div covering the whole admin area. */ +body > div.admin { + padding-top: 24px; +} -- 2.20.1