X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/41ec1a254c67a6bbd3ce97b91fb9521876a2e91b..717d208802bee11da7ee84e892fbb6166620ffee:/css/kivitendo/main.css 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; +}