View | Details | Raw Unified | Return to bug 6291
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/print.css (-2 / +7 lines)
Lines 17-23 body { Link Here
17
	background-color : #FFF;
17
	background-color : #FFF;
18
	color : #333333;
18
	color : #333333;
19
	font-family : arial, geneva, sans-serif;
19
	font-family : arial, geneva, sans-serif;
20
	font-size : 14px;
20
	font-size : 12px;
21
	margin : 0px 0px 0px 0px;
21
	margin : 0px 0px 0px 0px;
22
}
22
}
23
23
Lines 94-100 table { Link Here
94
	border-left : 1px solid #CCCCCC;
94
	border-left : 1px solid #CCCCCC;
95
	margin : 3px 0px 5px 0px;
95
	margin : 3px 0px 5px 0px;
96
	padding : 0px;
96
	padding : 0px;
97
	width : 99%;
97
	width : 100%;
98
	height : 100%;
98
}
99
}
99
100
100
table.list {
101
table.list {
Lines 114-119 td { Link Here
114
	border-left : 0;
115
	border-left : 0;
115
	font-size : 12px;
116
	font-size : 12px;
116
	padding : 5px 5px 5px 5px;
117
	padding : 5px 5px 5px 5px;
118
	width : 100%;
119
	height : 100%;
117
}
120
}
118
121
119
td:last-child {
122
td:last-child {
Lines 124-129 td:last-child { Link Here
124
	border-left : 0;
127
	border-left : 0;
125
	font-size : 12px;
128
	font-size : 12px;
126
	padding : 5px 5px 5px 5px;
129
	padding : 5px 5px 5px 5px;
130
	width : 100%;
131
	height : 100%;
127
}
132
}
128
133
129
table.list th {
134
table.list th {
(-)a/koha-tmpl/opac-tmpl/prog/en/css/print.css (-3 / +7 lines)
Lines 17-23 body { Link Here
17
	background-color : #FFF;
17
	background-color : #FFF;
18
	color : #333333;
18
	color : #333333;
19
	font-family : arial, geneva, sans-serif;
19
	font-family : arial, geneva, sans-serif;
20
	font-size : 14px;
20
	font-size : 12px;
21
	margin : 0px 0px 0px 0px;
21
	margin : 0px 0px 0px 0px;
22
}
22
}
23
23
Lines 98-104 table { Link Here
98
	border-left : 0px solid #CCCCCC;
98
	border-left : 0px solid #CCCCCC;
99
	margin : 3px 0px 5px 0px;
99
	margin : 3px 0px 5px 0px;
100
	padding : 0px;
100
	padding : 0px;
101
	width : 99%;
101
	width : 100%;
102
	height : 100%;
102
}
103
}
103
104
104
td {
105
td {
Lines 107-112 td { Link Here
107
	border-right : 1px solid #CCCCCC;
108
	border-right : 1px solid #CCCCCC;
108
	padding : 5px 5px 5px 5px;
109
	padding : 5px 5px 5px 5px;
109
	vertical-align : top;
110
	vertical-align : top;
111
	width : 100%;
112
	height : 100%;
110
}
113
}
111
114
112
td:last-child {
115
td:last-child {
Lines 123-128 th { Link Here
123
	border-right : 1px solid #CCCCCC;
126
	border-right : 1px solid #CCCCCC;
124
	font-weight : bold;
127
	font-weight : bold;
125
	padding : 5px 5px 5px 5px;
128
	padding : 5px 5px 5px 5px;
129
	width: 100%;
130
	height : 100%;
126
}
131
}
127
132
128
th:last-child {
133
th:last-child {
129
- 

Return to bug 6291