Bug 13986: Printing a list only prints the results of the page you are viewing
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / print.css
index d2ad905..e0e346e 100644 (file)
@@ -17,7 +17,7 @@ body {
        background-color : #FFF;
        color : #333333;
        font-family : arial, geneva, sans-serif;
-       font-size : 12px;
+       font-size : 14px;
        margin : 0px 0px 0px 0px;
 }
 
@@ -94,8 +94,7 @@ table {
        border-left : 1px solid #CCCCCC;
        margin : 3px 0px 5px 0px;
        padding : 0px;
-       width : 100%;
-       height : 100%;
+       width : 99%;
 }
 
 table.list {
@@ -115,8 +114,6 @@ td {
        border-left : 0;
        font-size : 12px;
        padding : 5px 5px 5px 5px;
-       width : 100%;
-       height : 100%;
 }
 
 td:last-child {
@@ -127,8 +124,6 @@ td:last-child {
        border-left : 0;
        font-size : 12px;
        padding : 5px 5px 5px 5px;
-       width : 100%;
-       height : 100%;
 }
 
 table.list th {
@@ -291,25 +286,30 @@ td.debit {
        text-align : left;
        }
 
-div#breadcrumbs,
-div#toplevelnav,
-div#login,
-div#header_search,
-div#toolbar,
-div#changelanguage,
-div#menu,
+#breadcrumbs,
+#toplevelnav,
+#login,
+#header,
+#header_search,
+#toolbar,
+#changelanguage,
+#menu,
+.gradient,
 div.yui-b,
 .noprint,
 form#sortbyform,
 #cartDetails,
 fieldset.action,
 .list-actions,
-.print {
+.print,
+.ui-tabs-nav {
     display: none;
 }
 
-div#yui-main div.yui-b {
-       display : block;
+div#yui-main div.yui-b,
+.ui-tabs .ui-tabs-panel,
+.ui-tabs .ui-tabs-hide {
+    display : block !important;
 }
 
 .yui-t1 #yui-main div.yui-b,
@@ -322,4 +322,4 @@ fieldset {
 }
 #cataloguing_additem_itemlist {
        overflow : visible !important;
-}
\ No newline at end of file
+}