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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css (+7 lines)
Lines 239-241 span.filter_column > input.text_filter { Link Here
239
    font-size: 80%;
239
    font-size: 80%;
240
    width: 100%;
240
    width: 100%;
241
}
241
}
242
243
/* Row grouping */
244
td.group {
245
    background-color: #D1CFD0;
246
    border-bottom: 2px solid #A19B9E;
247
    border-top: 2px solid #A19B9E;
248
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-1 / +6 lines)
Lines 1752-1757 div.lang { Link Here
1752
  overflow:auto;
1752
  overflow:auto;
1753
 }*/
1753
 }*/
1754
1754
1755
table > caption span.actions {
1756
    font-size: 66%;
1757
    font-weight : normal;
1758
    margin : 0 .5em 0 0;
1759
}
1760
1755
#CheckAll, #CheckNone, #CheckPending {
1761
#CheckAll, #CheckNone, #CheckPending {
1756
	font-weight : normal;
1762
	font-weight : normal;
1757
	margin : 0 .5em 0 0;
1763
	margin : 0 .5em 0 0;
1758
- 

Return to bug 11578