From 87ab51e524f2f19036b49c61aea499ce4f48b77a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 18 Oct 2016 11:03:01 +0200 Subject: [PATCH] Actiobar: Layout fixiert --- css/lx-office-erp/frame_header/header.css | 10 +++++++++- css/lx-office-erp/main.css | 8 ++++++++ css/lx-office-erp/menu.css | 2 ++ 3 files changed, 19 insertions(+), 1 deletion(-) 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 } -- 2.20.1