|
Lines 3-25
input.search_init {
Link Here
|
| 3 |
} |
3 |
} |
| 4 |
.sorting_asc { |
4 |
.sorting_asc { |
| 5 |
padding-right: 19px; |
5 |
padding-right: 19px; |
| 6 |
background: url("../../img/asc.gif") no-repeat scroll right center #EEEEEE; |
6 |
background: url("../../images/asc.gif") no-repeat scroll right center #EEEEEE; |
| 7 |
} |
7 |
} |
| 8 |
.sorting_desc { |
8 |
.sorting_desc { |
| 9 |
padding-right: 19px; |
9 |
padding-right: 19px; |
| 10 |
background: url("../../img/desc.gif") no-repeat scroll right center #EEEEEE; |
10 |
background: url("../../images/desc.gif") no-repeat scroll right center #EEEEEE; |
| 11 |
} |
11 |
} |
| 12 |
.sorting { |
12 |
.sorting { |
| 13 |
padding-right: 19px; |
13 |
padding-right: 19px; |
| 14 |
background: url("../../img/ascdesc.gif") no-repeat scroll right center #EEEEEE; |
14 |
background: url("../../images/ascdesc.gif") no-repeat scroll right center #EEEEEE; |
| 15 |
} |
15 |
} |
| 16 |
.sorting_asc_disabled { |
16 |
.sorting_asc_disabled { |
| 17 |
padding-right: 19px; |
17 |
padding-right: 19px; |
| 18 |
background: url("../../img/datatables/sort_asc_disabled.png") no-repeat scroll right center #EEEEEE; |
18 |
background: url("../../images/datatables/sort_asc_disabled.png") no-repeat scroll right center #EEEEEE; |
| 19 |
} |
19 |
} |
| 20 |
.sorting_desc_disabled { |
20 |
.sorting_desc_disabled { |
| 21 |
padding-right: 19px; |
21 |
padding-right: 19px; |
| 22 |
background: url("../../img/datatables/sort_desc_disabled.png") no-repeat scroll right center #EEEEEE; |
22 |
background: url("../../images/datatables/sort_desc_disabled.png") no-repeat scroll right center #EEEEEE; |
| 23 |
} |
23 |
} |
| 24 |
.sorting_disabled { |
24 |
.sorting_disabled { |
| 25 |
padding-right: 19px; |
25 |
padding-right: 19px; |
|
Lines 64-75
div.dataTables_filter {
Link Here
|
| 64 |
} |
64 |
} |
| 65 |
div.dataTables_paginate { |
65 |
div.dataTables_paginate { |
| 66 |
background-color : #F4F4F4; |
66 |
background-color : #F4F4F4; |
| 67 |
font-size: 110%; |
|
|
| 68 |
padding : 0; |
67 |
padding : 0; |
| 69 |
} |
68 |
} |
| 70 |
|
69 |
|
| 71 |
.paging_full_numbers span.paginate_button, |
70 |
.paging_full_numbers a.paginate_button, |
| 72 |
.paging_full_numbers span.paginate_active { |
71 |
.paging_full_numbers a.paginate_active { |
| 73 |
border-right : 1px solid #AAA; |
72 |
border-right : 1px solid #AAA; |
| 74 |
border-left : 1px solid #FFF; |
73 |
border-left : 1px solid #FFF; |
| 75 |
display : block; |
74 |
display : block; |
|
Lines 79-126
div.dataTables_paginate {
Link Here
|
| 79 |
cursor: pointer; |
78 |
cursor: pointer; |
| 80 |
} |
79 |
} |
| 81 |
|
80 |
|
| 82 |
.paging_full_numbers span.paginate_button { |
81 |
.paging_full_numbers a.paginate_button { |
| 83 |
color : #0000CC; |
82 |
color : #0000CC; |
| 84 |
} |
83 |
} |
| 85 |
.paging_full_numbers span.paginate_button.first { |
84 |
.paging_full_numbers a.paginate_button.first { |
| 86 |
background-image : url('../../img/first.png'); |
85 |
background-image : url('../../images/first.png'); |
| 87 |
background-repeat: no-repeat; |
86 |
background-repeat: no-repeat; |
| 88 |
background-position : 2px center; |
87 |
background-position : 1% center; |
| 89 |
padding-left : 2em; |
88 |
padding-left : 2em; |
| 90 |
} |
89 |
} |
| 91 |
.paging_full_numbers span.paginate_button.previous { |
90 |
.paging_full_numbers a.paginate_button.previous { |
| 92 |
background-image : url('../../img/prev.png'); |
91 |
background-image : url('../../images/prev.png'); |
| 93 |
background-repeat: no-repeat; |
92 |
background-repeat: no-repeat; |
| 94 |
background-position : 2px center; |
93 |
background-position : 1% center; |
| 95 |
padding-left : 2em; |
94 |
padding-left : 2em; |
| 96 |
} |
95 |
} |
| 97 |
.paging_full_numbers span.paginate_button.next { |
96 |
.paging_full_numbers a.paginate_button.next { |
| 98 |
background-image : url('../../img/next.png'); |
97 |
background-image : url('../../images/next.png'); |
| 99 |
background-repeat: no-repeat; |
98 |
background-repeat: no-repeat; |
| 100 |
background-position : right center; |
99 |
background-position : 96% center; |
| 101 |
padding-right : 2em; |
100 |
padding-right : 2em; |
| 102 |
} |
101 |
} |
| 103 |
.paging_full_numbers span.paginate_button.last { |
102 |
.paging_full_numbers a.paginate_button.last { |
| 104 |
background-image : url('../../img/last.png'); |
103 |
background-image : url('../../images/last.png'); |
| 105 |
background-repeat: no-repeat; |
104 |
background-repeat: no-repeat; |
| 106 |
background-position : right center; |
105 |
background-position : 96% center; |
| 107 |
border-right : 1px solid #686868; |
106 |
border-right : 1px solid #686868; |
| 108 |
padding-right : 2em; |
107 |
padding-right : 2em; |
| 109 |
} |
108 |
} |
| 110 |
div.bottom.pager .paging_full_numbers span.paginate_button.last { |
109 |
div.bottom.pager .paging_full_numbers a.paginate_button.last { |
| 111 |
border-right-width : 0; |
110 |
border-right-width : 0; |
| 112 |
} |
111 |
} |
| 113 |
.paging_full_numbers span.paginate_active { |
112 |
.paging_full_numbers a.paginate_active { |
| 114 |
background-color : #FFFFEA; |
113 |
background-color : #FFFFEA; |
| 115 |
color : #000; |
114 |
color : #000; |
| 116 |
font-weight: bold; |
115 |
font-weight: bold; |
| 117 |
} |
116 |
} |
| 118 |
|
117 |
|
| 119 |
.paging_full_numbers span.paginate_button:hover { |
118 |
.paging_full_numbers a.paginate_button:hover { |
| 120 |
background-color: #FFC; |
119 |
background-color: #FFC; |
| 121 |
} |
120 |
} |
| 122 |
|
121 |
|
| 123 |
.paging_full_numbers span.paginate_button.paginate_button_disabled { |
122 |
.paging_full_numbers a.paginate_button.paginate_button_disabled { |
| 124 |
color : #666; |
123 |
color : #666; |
| 125 |
} |
124 |
} |
| 126 |
|
125 |
|
|
Lines 131-137
div.dataTables_paginate.paging_four_button {
Link Here
|
| 131 |
background-color : transparent; |
130 |
background-color : transparent; |
| 132 |
border-right : 1px solid #686868; |
131 |
border-right : 1px solid #686868; |
| 133 |
border-left : 1px solid #FFF; |
132 |
border-left : 1px solid #FFF; |
| 134 |
line-height : 1.8em; |
133 |
line-height : 2.5em; |
| 135 |
} |
134 |
} |
| 136 |
.paginate_disabled_first, |
135 |
.paginate_disabled_first, |
| 137 |
.paginate_enabled_first, |
136 |
.paginate_enabled_first, |
|
Lines 141-195
div.dataTables_paginate.paging_four_button {
Link Here
|
| 141 |
.paginate_enabled_next, |
140 |
.paginate_enabled_next, |
| 142 |
.paginate_disabled_last, |
141 |
.paginate_disabled_last, |
| 143 |
.paginate_enabled_last { |
142 |
.paginate_enabled_last { |
| 144 |
float: left; |
143 |
cursor: pointer; |
| 145 |
height: 16px; |
144 |
*cursor: hand; |
| 146 |
margin: .5em; |
145 |
padding: .1em 0; |
| 147 |
width: 16px; |
146 |
} |
|
|
147 |
|
| 148 |
.paginate_disabled_previous, |
| 149 |
.paginate_enabled_previous, |
| 150 |
.paginate_disabled_next, |
| 151 |
.paginate_enabled_next { |
| 152 |
color: #111 !important; |
| 153 |
} |
| 154 |
|
| 155 |
.paginate_disabled_previous, |
| 156 |
.paginate_enabled_previous { |
| 157 |
padding-left: 23px; |
| 148 |
} |
158 |
} |
|
|
159 |
.paginate_disabled_next, |
| 160 |
.paginate_enabled_next, |
| 161 |
.paginate_disabled_last, |
| 162 |
.paginate_enabled_last { |
| 163 |
padding-right: 23px; |
| 164 |
margin-left: 10px; |
| 165 |
margin-right : .3em; |
| 166 |
} |
| 167 |
|
| 168 |
.paging_four_button .paginate_disabled_first, |
| 169 |
.paging_four_button .paginate_disabled_previous, |
| 170 |
.paging_four_button .paginate_enabled_first, |
| 171 |
.paging_four_button .paginate_enabled_previous { |
| 172 |
margin-left : .3em; |
| 173 |
} |
| 174 |
|
| 149 |
.paginate_disabled_first { |
175 |
.paginate_disabled_first { |
| 150 |
background-image: url("../../img/first-disabled.png"); |
176 |
background: transparent url("../../images/first-disabled.png") no-repeat 3px top; |
| 151 |
} |
177 |
} |
| 152 |
.paginate_enabled_first { |
178 |
.paginate_enabled_first { |
| 153 |
background-image: url("../../img/first.png"); |
179 |
background: transparent url("../../images/first.png") no-repeat 3px top; |
| 154 |
cursor: pointer; |
180 |
cursor: pointer; |
| 155 |
} |
181 |
} |
| 156 |
.paginate_disabled_previous { |
182 |
.paginate_disabled_previous { |
| 157 |
background-image: url("../../img/prev-disabled.png"); |
183 |
background: transparent url("../../images/prev-disabled.png") no-repeat 3px top; |
| 158 |
} |
184 |
} |
| 159 |
.paginate_enabled_previous { |
185 |
.paginate_enabled_previous { |
| 160 |
background-image: url("../../img/prev.png"); |
186 |
background: transparent url("../../images/prev.png") no-repeat 3px top; |
| 161 |
cursor: pointer; |
187 |
cursor: pointer; |
| 162 |
} |
188 |
} |
| 163 |
.paginate_disabled_next { |
189 |
.paginate_disabled_next { |
| 164 |
background-image: url("../../img/next-disabled.png"); |
190 |
background: transparent url("../../images/next-disabled.png") no-repeat right top; |
| 165 |
} |
191 |
} |
| 166 |
.paginate_enabled_next { |
192 |
.paginate_enabled_next { |
| 167 |
background-image: url("../../img/next.png"); |
193 |
background: transparent url("../../images/next.png") no-repeat right top; |
| 168 |
cursor: pointer; |
194 |
cursor: pointer; |
| 169 |
} |
195 |
} |
| 170 |
.paginate_disabled_last { |
196 |
.paginate_disabled_last { |
| 171 |
background-image: url("../../img/last-disabled.png"); |
197 |
background: transparent url("../../images/last-disabled.png") no-repeat right top; |
| 172 |
} |
198 |
} |
| 173 |
.paginate_enabled_last { |
199 |
.paginate_enabled_last { |
| 174 |
background-image: url("../../img/last.png"); |
200 |
background: transparent url("../../images/last.png") no-repeat right top; |
| 175 |
cursor: pointer; |
201 |
cursor: pointer; |
| 176 |
} |
202 |
} |
| 177 |
|
203 |
|
| 178 |
|
|
|
| 179 |
/* |
| 180 |
table.display { |
| 181 |
width: 100%; |
| 182 |
} |
| 183 |
table.display thead th { |
| 184 |
border-bottom: 1px solid black; |
| 185 |
cursor: pointer; |
| 186 |
font-weight: bold; |
| 187 |
padding: 3px 18px 3px 10px; |
| 188 |
} |
| 189 |
.dataTables_wrapper { |
| 190 |
clear: both; |
| 191 |
position: relative; |
| 192 |
} |
| 193 |
.dataTables_processing { |
204 |
.dataTables_processing { |
| 194 |
background-color: white; |
205 |
background-color: white; |
| 195 |
border: 1px solid #DDDDDD; |
206 |
border: 1px solid #DDDDDD; |
|
Lines 205-265
table.display thead th {
Link Here
|
| 205 |
top: 50%; |
216 |
top: 50%; |
| 206 |
width: 250px; |
217 |
width: 250px; |
| 207 |
} |
218 |
} |
| 208 |
.dataTables_info { |
|
|
| 209 |
float: left; |
| 210 |
width: 60%; |
| 211 |
} |
| 212 |
.dataTables_paginate { |
| 213 |
float: right; |
| 214 |
text-align: right; |
| 215 |
width: 44px; |
| 216 |
} |
| 217 |
.paging_full_numbers { |
| 218 |
height: 22px; |
| 219 |
line-height: 22px; |
| 220 |
width: 400px; |
| 221 |
} |
| 222 |
.paging_full_numbers span.paginate_button, |
| 223 |
.paging_full_numbers span.paginate_active { |
| 224 |
border: 1px solid #aaa; |
| 225 |
-webkit-border-radius: 5px; |
| 226 |
-moz-border-radius: 5px; |
| 227 |
padding: 2px 5px; |
| 228 |
margin: 0 3px; |
| 229 |
cursor: pointer; |
| 230 |
*cursor: hand; |
| 231 |
} |
| 232 |
|
219 |
|
| 233 |
.paging_full_numbers span.paginate_button { |
220 |
tr.odd.selected td { |
| 234 |
background-color: #ddd; |
221 |
background-color: #D3D3D3; |
| 235 |
} |
222 |
} |
| 236 |
|
223 |
|
| 237 |
.paging_full_numbers span.paginate_button:hover { |
224 |
tr.even.selected td { |
| 238 |
background-color: #ccc; |
225 |
background-color: #D3D3D3; |
| 239 |
} |
226 |
} |
| 240 |
|
227 |
|
| 241 |
.paging_full_numbers span.paginate_active { |
228 |
/* ColumnFilter */ |
| 242 |
background-color: #99B3FF; |
229 |
span.filter_column > input.text_filter { |
| 243 |
} |
230 |
font-size: 80%; |
| 244 |
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { |
231 |
width: 100%; |
| 245 |
float: left; |
|
|
| 246 |
height: 19px; |
| 247 |
margin-left: 3px; |
| 248 |
width: 19px; |
| 249 |
} |
232 |
} |
| 250 |
.paginate_disabled_previous { |
233 |
|
| 251 |
background-image: url("../../img/datatables/back_disabled.jpg"); |
234 |
div.pager { |
|
|
235 |
background-color : #E8E8E8; |
| 236 |
border : 1px solid #BCBCBC; |
| 237 |
-moz-border-radius : 5px; |
| 238 |
border-radius : 5px; |
| 239 |
display : inline-block; |
| 240 |
font-size : 85%; |
| 241 |
padding : .3em .5em .3em .5em; |
| 242 |
margin : .4em 0; |
| 252 |
} |
243 |
} |
| 253 |
.paginate_enabled_previous { |
244 |
div.pager img { |
| 254 |
background-image: url("../../img/datatables/back_enabled.jpg"); |
245 |
vertical-align : middle; |
| 255 |
} |
246 |
} |
| 256 |
.paginate_disabled_next { |
247 |
|
| 257 |
background-image: url("../../img/datatables/forward_disabled.jpg"); |
248 |
div.pager img.last { |
|
|
249 |
padding-right: 5px; |
| 258 |
} |
250 |
} |
| 259 |
.paginate_enabled_next { |
251 |
div.pager input.pagedisplay { |
| 260 |
background-image: url("../../img/datatables/forward_enabled.jpg"); |
252 |
border : 0; |
|
|
253 |
background-color : transparent; |
| 254 |
font-weight: bold; |
| 255 |
text-align : center; |
| 261 |
} |
256 |
} |
| 262 |
.spacer { |
257 |
div.pager p { |
| 263 |
clear: both; |
258 |
margin: 0; |
| 264 |
height: 20px; |
|
|
| 265 |
} |
259 |
} |