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

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (-7 / +16 lines)
Lines 148-158 th { Link Here
148
    text-align: left;
148
    text-align: left;
149
}
149
}
150
150
151
td:first-child,
152
th:first-child {
153
    border-left: 0;
154
}
155
156
td:last-child,
151
th:last-child {
157
th:last-child {
152
    background-color: #E9E9E9;
158
    background-color: #E9E9E9;
153
    border-bottom: 1px solid #CCCCCC;
159
    border-bottom: 1px solid #CCCCCC;
154
    border-left: 0;
160
    border-left: 0;
155
    border-right: 0 solid #CCCCCC;
161
    border-right: 0;
156
    border-top: 0;
162
    border-top: 0;
157
    font-size: 14px;
163
    font-size: 14px;
158
    font-weight: bold;
164
    font-weight: bold;
Lines 316-330 form#sortbyform, Link Here
316
fieldset.action,
322
fieldset.action,
317
.list-actions,
323
.list-actions,
318
.print,
324
.print,
319
.ui-tabs-nav,
320
.browse-controls,
325
.browse-controls,
321
.cart-controls,
326
.cart-controls,
322
button.dt-button {
327
button.dt-button,
323
    display: none;
328
.navbar,
329
.nav-tabs,
330
#sub-header,
331
[class*="_table_controls"],
332
.pager,
333
aside {
334
    display: none !important;
324
}
335
}
325
336
326
.ui-tabs .ui-tabs-panel,
337
.tab-content > .tab-pane {
327
.ui-tabs .ui-tabs-hide {
328
    display: block !important;
338
    display: block !important;
329
}
339
}
330
340
331
- 

Return to bug 34119