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 230-232 span.filter_column > input.text_filter { Link Here
230
    font-size: 80%;
230
    font-size: 80%;
231
    width: 100%;
231
    width: 100%;
232
}
232
}
233
234
/* Row grouping */
235
td.group {
236
    background-color: #D1CFD0;
237
    border-bottom: 2px solid #A19B9E;
238
    border-top: 2px solid #A19B9E;
239
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-1 / +6 lines)
Lines 1754-1759 div.lang { Link Here
1754
  overflow:auto;
1754
  overflow:auto;
1755
 }*/
1755
 }*/
1756
1756
1757
table > caption span.actions {
1758
    font-size: 66%;
1759
    font-weight : normal;
1760
    margin : 0 .5em 0 0;
1761
}
1762
1757
#CheckAll, #CheckNone, #CheckPending {
1763
#CheckAll, #CheckNone, #CheckPending {
1758
	font-weight : normal;
1764
	font-weight : normal;
1759
	margin : 0 .5em 0 0;
1765
	margin : 0 .5em 0 0;
1760
- 

Return to bug 11578