Revert "Fix for Bug 6291, Cart printing truncated in Firefox"
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Dec 2011 15:01:27 +0000 (16:01 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Dec 2011 15:01:27 +0000 (16:01 +0100)
This reverts commit da0a5b2bd63027102dd61789fc455941e237abc9.

koha-tmpl/intranet-tmpl/prog/en/css/print.css
koha-tmpl/opac-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 {
index 53db2bc..85df351 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;
 }
 
@@ -98,8 +98,7 @@ table {
        border-left : 0px solid #CCCCCC;
        margin : 3px 0px 5px 0px;
        padding : 0px;
-       width : 100%;
-       height : 100%;
+       width : 99%;
 }
 
 td {
@@ -108,8 +107,6 @@ td {
        border-right : 1px solid #CCCCCC;
        padding : 5px 5px 5px 5px;
        vertical-align : top;
-       width : 100%;
-       height : 100%;
 }
 
 td:last-child {
@@ -126,8 +123,6 @@ th {
        border-right : 1px solid #CCCCCC;
        font-weight : bold;
        padding : 5px 5px 5px 5px;
-       width: 100%;
-       height : 100%;
 }
 
 th:last-child {