From 27f54b3221d5884d64c79f73969e741dd9677ea4 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Wed, 24 Oct 2012 17:16:05 +0200 Subject: [PATCH] Header-frame nicht mehr am oberen Rand fixiert MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Scrollt wieder mit. Revert "Header-Menu soll nicht mitscrollen" 80050a8 und "Menüvariante "Oben (mit CSS, neu)" bei Stilvorlage "lx-office" nicht verdeckt lassen" 6040212 --- css/kivitendo/menu.css | 2 -- css/lx-office-erp/frame_header/header.css | 3 --- css/lx-office-erp/menu.css | 3 --- 3 files changed, 8 deletions(-) diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 0ae57a2a5..baec673c0 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -290,8 +290,6 @@ div#menuv3 li:hover ul, div#menuv3 li li:hover ul, div#menuv3 li li li:hover ul, and one mic (menu-item-chunk) indenting is done with the levels s0, s1, s2 */ #content.html-menu, #html-menu { - position: relative; - top: 20px; 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; diff --git a/css/lx-office-erp/frame_header/header.css b/css/lx-office-erp/frame_header/header.css index 1e96c980d..852a76c98 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -8,9 +8,6 @@ } #frame-header { - position: fixed; - top: 0px; - z-index: 99; background: url('../../../image/bg_titel.gif') repeat-x; text-align: center; margin: 0; diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index 24efe494a..19f98b20c 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -162,7 +162,6 @@ float:left; background:url(../../image/bg_css_menu.png) repeat bottom; border:1px solid; border-color:#ccc #888 #555 #bbb; - margin-top: 14px; } #menuv4 a, #menuv4 h2, #menuv4 div.x { @@ -297,8 +296,6 @@ div#menuv4 li li li li:hover ul and one mic (menu-item-chunk) indenting is done with the levels s0, s1, s2 */ #content.html-menu, #html-menu { - position: relative; - top: 20px; 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; -- 2.20.1