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 1748-1753 div.lang { Link Here
1748
  overflow:auto;
1748
  overflow:auto;
1749
 }*/
1749
 }*/
1750
1750
1751
table > caption span.actions {
1752
    font-size: 66%;
1753
    font-weight : normal;
1754
    margin : 0 .5em 0 0;
1755
}
1756
1751
#CheckAll, #CheckNone, #CheckPending {
1757
#CheckAll, #CheckNone, #CheckPending {
1752
	font-weight : normal;
1758
	font-weight : normal;
1753
	margin : 0 .5em 0 0;
1759
	margin : 0 .5em 0 0;
1754
- 

Return to bug 11578