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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css (-4 / +7 lines)
Lines 68-84 div.dataTables_paginate { Link Here
68
}
68
}
69
69
70
.paging_full_numbers a.paginate_button,
70
.paging_full_numbers a.paginate_button,
71
.paging_full_numbers a.paginate_active {
71
.paging_full_numbers a.paginate_active,
72
.paging_full_numbers > span > span {
72
    border-right : 1px solid #AAA;
73
    border-right : 1px solid #AAA;
73
    border-left : 1px solid #FFF;
74
    border-left : 1px solid #FFF;
74
    display : block;
75
    display : block;
75
    float : left;
76
    float : left;
76
    line-height:1.9em;
77
    line-height:1.9em;
77
    padding : 0.4em 0.7em;
78
    padding : 0.4em 0.7em;
79
}
80
.paging_full_numbers a.paginate_button,
81
.paging_full_numbers a.paginate_active {
78
    cursor: pointer;
82
    cursor: pointer;
79
}
83
}
80
84
.paging_full_numbers a.paginate_button,
81
.paging_full_numbers a.paginate_button {
85
.paging_full_numbers > span > span {
82
    background-color : #FFF;
86
    background-color : #FFF;
83
    background-repeat: no-repeat;
87
    background-repeat: no-repeat;
84
    color : #0000CC;
88
    color : #0000CC;
85
- 

Return to bug 13487