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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css (-12 / +11 lines)
Lines 68-75 div.dataTables_paginate { Link Here
68
    padding : 0;
68
    padding : 0;
69
}
69
}
70
70
71
.paging_full_numbers span.paginate_button,
71
.paging_full_numbers a.paginate_button,
72
.paging_full_numbers span.paginate_active {
72
.paging_full_numbers a.paginate_active {
73
    border-right : 1px solid #AAA;
73
    border-right : 1px solid #AAA;
74
    border-left : 1px solid #FFF;
74
    border-left : 1px solid #FFF;
75
    display : block;
75
    display : block;
Lines 79-126 div.dataTables_paginate { Link Here
79
    cursor: pointer;
79
    cursor: pointer;
80
}
80
}
81
81
82
.paging_full_numbers span.paginate_button {
82
.paging_full_numbers a.paginate_button {
83
    color : #0000CC;
83
    color : #0000CC;
84
}
84
}
85
.paging_full_numbers span.paginate_button.first {
85
.paging_full_numbers a.paginate_button.first {
86
    background-image : url('../../img/first.png');
86
    background-image : url('../../img/first.png');
87
    background-repeat: no-repeat;
87
    background-repeat: no-repeat;
88
    background-position : 2px center;
88
    background-position : 2px center;
89
    padding-left : 2em;
89
    padding-left : 2em;
90
}
90
}
91
.paging_full_numbers span.paginate_button.previous {
91
.paging_full_numbers a.paginate_button.previous {
92
    background-image : url('../../img/prev.png');
92
    background-image : url('../../img/prev.png');
93
    background-repeat: no-repeat;
93
    background-repeat: no-repeat;
94
    background-position : 2px center;
94
    background-position : 2px center;
95
    padding-left : 2em;
95
    padding-left : 2em;
96
}
96
}
97
.paging_full_numbers span.paginate_button.next {
97
.paging_full_numbers a.paginate_button.next {
98
    background-image : url('../../img/next.png');
98
    background-image : url('../../img/next.png');
99
    background-repeat: no-repeat;
99
    background-repeat: no-repeat;
100
    background-position : right center;
100
    background-position : right center;
101
    padding-right : 2em;
101
    padding-right : 2em;
102
}
102
}
103
.paging_full_numbers span.paginate_button.last {
103
.paging_full_numbers a.paginate_button.last {
104
    background-image : url('../../img/last.png');
104
    background-image : url('../../img/last.png');
105
    background-repeat: no-repeat;
105
    background-repeat: no-repeat;
106
    background-position : right center;
106
    background-position : right center;
107
    border-right : 1px solid #686868;
107
    border-right : 1px solid #686868;
108
    padding-right : 2em;
108
    padding-right : 2em;
109
}
109
}
110
div.bottom.pager .paging_full_numbers span.paginate_button.last {
110
div.bottom.pager .paging_full_numbers a.paginate_button.last {
111
    border-right-width : 0;
111
    border-right-width : 0;
112
}
112
}
113
.paging_full_numbers span.paginate_active {
113
.paging_full_numbers a.paginate_active {
114
    background-color : #FFFFEA;
114
    background-color : #FFFFEA;
115
    color : #000;
115
    color : #000;
116
    font-weight: bold;
116
    font-weight: bold;
117
}
117
}
118
118
119
.paging_full_numbers span.paginate_button:hover {
119
.paging_full_numbers a.paginate_button:hover {
120
    background-color: #FFC;
120
    background-color: #FFC;
121
}
121
}
122
122
123
.paging_full_numbers span.paginate_button.paginate_button_disabled {
123
.paging_full_numbers a.paginate_button.paginate_button_disabled {
124
    color : #666;
124
    color : #666;
125
}
125
}
126
126
127
- 

Return to bug 7977