Stylesheets: Admin-Bereich: obersten Inhalt nicht hinter MenĂ¼ verstecken
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 19 Jul 2017 12:36:12 +0000 (14:36 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 20 Jul 2017 06:46:31 +0000 (08:46 +0200)
css/kivitendo/main.css

index 5b50aa0..5e4f4e2 100644 (file)
@@ -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;
+}