From: Moritz Bunkus Date: Wed, 19 Jul 2017 12:36:12 +0000 (+0200) Subject: Stylesheets: Admin-Bereich: obersten Inhalt nicht hinter MenĂ¼ verstecken X-Git-Tag: release-3.5.4~986 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=717d208802bee11da7ee84e892fbb6166620ffee;p=kivitendo-erp.git Stylesheets: Admin-Bereich: obersten Inhalt nicht hinter MenĂ¼ verstecken --- 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; +}