Header-frame nicht mehr am oberen Rand fixiert
authorSven Donath <lxo@dexo.de>
Wed, 24 Oct 2012 15:16:05 +0000 (17:16 +0200)
committerSven Donath <lxo@dexo.de>
Wed, 24 Oct 2012 15:31:56 +0000 (17:31 +0200)
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
css/lx-office-erp/frame_header/header.css
css/lx-office-erp/menu.css

index 0ae57a2..baec673 100644 (file)
@@ -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;
index 1e96c98..852a76c 100644 (file)
@@ -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;
index 24efe49..19f98b2 100644 (file)
@@ -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;