X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=css%2Fkivitendo%2Fmenu.css;h=b5819a6ccc4c568c625660f2429b0caf40eb4f97;hb=1392aed3d8145b9bf61fcb78ee3ed09c56e2065b;hp=0ae57a2a597d89056e5440221d5b14004967d75c;hpb=4392bfbe76220c5c16b9f6198cc4a2b4cc59b24e;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 0ae57a2a5..b5819a6cc 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -19,7 +19,6 @@ body.menuv4 { /*border: 3px solid;*/ background-color: #FFFFFF; color: #000000; - margin-top: 15px; } #menuv4 a, #menuv4 h2, #menuv4 div.x { font-size: 80%; @@ -30,12 +29,6 @@ body.menuv4 { margin: 0; padding: 0.3em 1em; } -#menuv4 h2:before { - content: " "; -} -#menuv4 h2:after { - content: " "; -} #menuv4 h2 { background-color: #ffffff; color: #000000; @@ -290,8 +283,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; @@ -321,3 +312,10 @@ div#menuv3 li:hover ul, div#menuv3 li li:hover ul, div#menuv3 li li li:hover ul, #html-menu div.s2 { padding-left: 16px } body { margin: 0 } + +@media print { + #menuv3, #menuv4, #html-menu, #frame-header, #js-menu { /* items with this class won't print */ + display: none; + } + #content.html-menu { margin-left: 0; } +}