Revert "Fix for Bug 6291, Cart printing truncated in Firefox"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / print.css
index d2ad905..955b68b 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 {