Bei Drucken und Druckvorschau die Layoutelemente ausblenden
[kivitendo-erp.git] / css / lx-office-erp / menu.css
index ac73a9e..807082e 100644 (file)
@@ -296,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;
@@ -327,3 +325,11 @@ div#menuv4 li 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; }
+}