Merge branch 'master', remote branch 'origin'
[kivitendo-erp.git] / css / kivitendo / menu.css
index 2abe56f..b5819a6 100644 (file)
@@ -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;
@@ -319,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; }
+}