Stylesheets: Admin-Bereich: obersten Inhalt nicht hinter MenĂ¼ verstecken
[kivitendo-erp.git] / 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;
+}