Merge branch 'bug_7189' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / print.css
index c4f9c12..955b68b 100644 (file)
@@ -198,11 +198,6 @@ tr.highlight {
        display : inline;
 }
 
-.print {
-       display : none;
-}
-
-
 tr.overdue {
        font-weight : bold;
 }
@@ -262,7 +257,7 @@ td.debit {
        font-weight: normal;
 }
 
-#receipt h3, #receipt caption {
+#receipt h3, #receipt caption, #receipt h4 {
        background-color : transparent;
        color : #000000;
        font-size : 1em;
@@ -300,8 +295,12 @@ div#changelanguage,
 div#menu,
 div.yui-b,
 .noprint,
-form#sortbyform {
-    display:none;
+form#sortbyform,
+#cartDetails,
+fieldset.action,
+.list-actions,
+.print {
+    display: none;
 }
 
 div#yui-main div.yui-b {
@@ -312,4 +311,10 @@ div#yui-main div.yui-b {
 .yui-t2 #yui-main div.yui-b,
 .yui-t7 #yui-main div.yui-b {
        margin-left : 0;
+}
+fieldset {
+       border : 0;
+}
+#cataloguing_additem_itemlist {
+       overflow : visible !important;
 }
\ No newline at end of file