|
Lines 64-70
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 |
|
|
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-177
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; |
| 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; |
| 148 |
} |
173 |
} |
|
|
174 |
|
| 149 |
.paginate_disabled_first { |
175 |
.paginate_disabled_first { |
| 150 |
background-image: url("../../img/first-disabled.png"); |
176 |
background: transparent url("../../img/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("../../img/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("../../img/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("../../img/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("../../img/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("../../img/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("../../img/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("../../img/last.png") no-repeat right top; |
| 175 |
cursor: pointer; |
201 |
cursor: pointer; |
| 176 |
} |
202 |
} |
| 177 |
|
203 |
|
|
Lines 191-200
div.dataTables_paginate.paging_four_button {
Link Here
|
| 191 |
width: 250px; |
217 |
width: 250px; |
| 192 |
} |
218 |
} |
| 193 |
|
219 |
|
| 194 |
input { |
|
|
| 195 |
border-radius: 5px; |
| 196 |
} |
| 197 |
|
| 198 |
tr.odd.selected td { |
220 |
tr.odd.selected td { |
| 199 |
background-color: #D3D3D3; |
221 |
background-color: #D3D3D3; |
| 200 |
} |
222 |
} |
|
Lines 203-292
tr.even.selected td {
Link Here
|
| 203 |
background-color: #D3D3D3; |
225 |
background-color: #D3D3D3; |
| 204 |
} |
226 |
} |
| 205 |
|
227 |
|
| 206 |
/* |
|
|
| 207 |
table.display { |
| 208 |
width: 100%; |
| 209 |
} |
| 210 |
table.display thead th { |
| 211 |
border-bottom: 1px solid black; |
| 212 |
cursor: pointer; |
| 213 |
font-weight: bold; |
| 214 |
padding: 3px 18px 3px 10px; |
| 215 |
} |
| 216 |
.dataTables_wrapper { |
| 217 |
clear: both; |
| 218 |
position: relative; |
| 219 |
} |
| 220 |
.dataTables_processing { |
| 221 |
background-color: white; |
| 222 |
border: 1px solid #DDDDDD; |
| 223 |
color: #999999; |
| 224 |
font-size: 14px; |
| 225 |
height: 30px; |
| 226 |
left: 50%; |
| 227 |
margin-left: -125px; |
| 228 |
margin-top: -15px; |
| 229 |
padding: 14px 0 2px; |
| 230 |
position: fixed; |
| 231 |
text-align: center; |
| 232 |
top: 50%; |
| 233 |
width: 250px; |
| 234 |
} |
| 235 |
.dataTables_info { |
| 236 |
float: left; |
| 237 |
width: 60%; |
| 238 |
} |
| 239 |
.dataTables_paginate { |
| 240 |
float: right; |
| 241 |
text-align: right; |
| 242 |
width: 44px; |
| 243 |
} |
| 244 |
.paging_full_numbers { |
| 245 |
height: 22px; |
| 246 |
line-height: 22px; |
| 247 |
width: 400px; |
| 248 |
} |
| 249 |
.paging_full_numbers span.paginate_button, |
| 250 |
.paging_full_numbers span.paginate_active { |
| 251 |
border: 1px solid #aaa; |
| 252 |
-webkit-border-radius: 5px; |
| 253 |
-moz-border-radius: 5px; |
| 254 |
padding: 2px 5px; |
| 255 |
margin: 0 3px; |
| 256 |
cursor: pointer; |
| 257 |
*cursor: hand; |
| 258 |
} |
| 259 |
|
| 260 |
.paging_full_numbers span.paginate_button { |
| 261 |
background-color: #ddd; |
| 262 |
} |
| 263 |
|
| 264 |
.paging_full_numbers span.paginate_button:hover { |
| 265 |
background-color: #ccc; |
| 266 |
} |
| 267 |
|
| 268 |
.paging_full_numbers span.paginate_active { |
| 269 |
background-color: #99B3FF; |
| 270 |
} |
| 271 |
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { |
| 272 |
float: left; |
| 273 |
height: 19px; |
| 274 |
margin-left: 3px; |
| 275 |
width: 19px; |
| 276 |
} |
| 277 |
.paginate_disabled_previous { |
| 278 |
background-image: url("../../img/datatables/back_disabled.jpg"); |
| 279 |
} |
| 280 |
.paginate_enabled_previous { |
| 281 |
background-image: url("../../img/datatables/back_enabled.jpg"); |
| 282 |
} |
| 283 |
.paginate_disabled_next { |
| 284 |
background-image: url("../../img/datatables/forward_disabled.jpg"); |
| 285 |
} |
| 286 |
.paginate_enabled_next { |
| 287 |
background-image: url("../../img/datatables/forward_enabled.jpg"); |
| 288 |
} |
| 289 |
.spacer { |
| 290 |
clear: both; |
| 291 |
height: 20px; |
| 292 |
} |