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

(-)a/koha-tmpl/intranet-tmpl/prog/css/datatables.css (-1 / +9 lines)
Lines 50-56 div.dataTables_paginate { Link Here
50
div.dataTables_filter label,
50
div.dataTables_filter label,
51
div.dataTables_length label,
51
div.dataTables_length label,
52
div.dataTables_info label,
52
div.dataTables_info label,
53
div.dataTables_paginate label{
53
div.dataTables_paginate label,
54
div.dataTables_filter input,
55
div.dataTables_length input,
56
div.dataTables_info input,
57
div.dataTables_paginate input {
54
    padding: 0;
58
    padding: 0;
55
}
59
}
56
60
Lines 273-275 table.group tr.even td { Link Here
273
    background-color: #FFF;
277
    background-color: #FFF;
274
    border-right : 1px solid #BCBCBC;
278
    border-right : 1px solid #BCBCBC;
275
}
279
}
280
281
button.dt-button, div.dt-button, a.dt-button {
282
    margin: 3px 3px 0;
283
}
(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-2 / +6 lines)
Lines 682-687 fieldset.rows ol.radio label { Link Here
682
	width : auto;
682
	width : auto;
683
	float : none;
683
	float : none;
684
	margin-right : 30px;
684
	margin-right : 30px;
685
        margin-left: 20px;
685
        padding-left: 0;
686
        padding-left: 0;
686
        vertical-align: middle;
687
        vertical-align: middle;
687
}
688
}
Lines 693-699 fieldset.rows li.radio input + label { Link Here
693
694
694
fieldset.rows ol.radio input[type="checkbox"],
695
fieldset.rows ol.radio input[type="checkbox"],
695
fieldset.rows ol.radio input[type="radio"] {
696
fieldset.rows ol.radio input[type="radio"] {
696
    margin-left: -28px;
697
    margin-left: -20px;
697
}
698
}
698
699
699
fieldset.rows ol.radio label.radio {
700
fieldset.rows ol.radio label.radio {
Lines 2847-2849 div[class$="_table_controls"] { Link Here
2847
fieldset.rows + fieldset.action {
2848
fieldset.rows + fieldset.action {
2848
    padding-top: 20px;
2849
    padding-top: 20px;
2849
}
2850
}
2850
- 
2851
2852
.yui-u .rows li p label.widelabel {
2853
    width: auto;
2854
}

Return to bug 16239