projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df50ddd
)
Stylesheets: Admin-Bereich: obersten Inhalt nicht hinter MenĂ¼ verstecken
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 19 Jul 2017 12:36:12 +0000
(14:36 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 20 Jul 2017 06:46:31 +0000
(08:46 +0200)
css/kivitendo/main.css
patch
|
blob
|
history
diff --git
a/css/kivitendo/main.css
b/css/kivitendo/main.css
index
5b50aa0
..
5e4f4e2
100644
(file)
--- 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;
+}