X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=css%2Fkivitendo%2Fmenu.css;h=b5819a6ccc4c568c625660f2429b0caf40eb4f97;hb=347fcb5f3bba19631110d80b9ec0df7525d89b6d;hp=ae1c213d11e2558c2c0cab8959217e4a2db7786b;hpb=b18b770e26a958e8d2c29ce48efe6fcbdd78cd17;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index ae1c213d1..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: 0.2em; } #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; } +}