From: Sven Schöling Date: Tue, 18 Oct 2016 09:03:01 +0000 (+0200) Subject: Actiobar: Layout fixiert X-Git-Tag: release-3.5.4~1405 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=87ab51e524f2f19036b49c61aea499ce4f48b77a;p=kivitendo-erp.git Actiobar: Layout fixiert --- diff --git a/css/lx-office-erp/frame_header/header.css b/css/lx-office-erp/frame_header/header.css index 23f24b468..b672bc18d 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -15,11 +15,19 @@ color: white; border: 0; overflow: hidden; - min-height: 20px; + height: 20px; width: 100%; border-spacing: 0; + position: fixed; + top: 0; + z-index: 20; } +#frame-header + div { + padding-top: 20px; +} + + #frame-header .frame-header-left { float: left; } diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 5d981ff93..28b24718e 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -539,6 +539,10 @@ a.red { /* actionbar styling */ div.layout-actionbar { + position: fixed; + height: 25px; + top: 20px; + z-index: 20; /* background-color: whitesmoke; */ } @@ -554,6 +558,10 @@ div.layout-actionbar-action { -webkit-transition: background-color 0s; } +div.layout-actionbar ~ div { + padding-top: 25px; +} + div.layout-actionbar div.layout-actionbar-submit, div.layout-actionbar div.layout-actionbar-scriptbutton, div.layout-actionbar div.layout-actionbar-submit:focus, diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index ecd3d27e4..95261a716 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -153,11 +153,13 @@ div#menuv3 li li li li:hover ul and one mic (menu-item-chunk) indenting is done with the levels s0, s1, s2 */ div.html-menu, #html-menu { + position: fixed; transition: margin-left 0.2s, width 0.2s; -moz-transition: margin-left 0.2s, width 0.2s; -webkit-transition: margin-left 0.2s, width 0.2s; -o-transition: margin-left 0.2s, width 0.2s; } + div.layout-split-right { margin-left: 190px; } div.layout-split-right.folded { margin-left: 40px } #html-menu.folded:hover + #content.layout-split-right.folded { margin-left: 190px }