]> wagnertech.de Git - mfinanz.git/blobdiff - css/kivitendo/main.css
Stylesheets: Admin-Bereich: obersten Inhalt nicht hinter MenĂ¼ verstecken
[mfinanz.git] / css / kivitendo / main.css
index 5b50aa0673a24838c79f5240489779ce2b59c9f1..5e4f4e23aba610e286e29a2fdbe5c5dc11e4f597 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;
+}