File tree 2 files changed +7
-16
lines changed
2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 25
25
padding-right : 1em ;
26
26
}
27
27
28
- # Queries_previous {
29
- margin : 0px ;
30
- }
31
-
32
- # Queries_next {
33
- margin : 0px ;
34
- }
35
-
36
28
.number {
37
29
text-align : right;
38
30
}
@@ -70,14 +62,6 @@ div.ColVis {
70
62
margin-top : 4px ;
71
63
margin-right : .25em ;
72
64
float : right;
73
- height : 16px ;
74
- width : 36px ;
75
-
76
- }
77
-
78
- # Queries_paginate a {
79
- width : 16px ;
80
- height : 16px ;
81
65
}
82
66
83
67
input .number_range_filter ,
@@ -115,3 +99,9 @@ a.column {
115
99
.fingerprint {
116
100
width : 100% ;
117
101
}
102
+
103
+ # Queries_paginate a {
104
+ margin-right : .25em ;
105
+ padding-left : .25em ;
106
+ padding-right : .25em ;
107
+ }
Original file line number Diff line number Diff line change 48
48
$(function() {
49
49
50
50
oTable = $('#Queries').dataTable({
51
+ "sPaginationType": "full_numbers",
51
52
"bDeferRender": true,
52
53
"bServerSide": true,
53
54
"sAjaxSource": "list-ajax.php",
You can’t perform that action at this time.
0 commit comments