|
1 /* |
|
2 * http://datatables.net/media/blog/bootstrap_2/DT_bootstrap.css |
|
3 * |
|
4 * @copyright Copyright 2008-2012 Allan Jardine, all rights reserved. |
|
5 * |
|
6 * This source file is free software, under either the GPL v2 license or a |
|
7 * BSD style license, available at: |
|
8 * http://datatables.net/license_gpl2 |
|
9 * http://datatables.net/license_bsd |
|
10 * |
|
11 * This source file is distributed in the hope that it will be useful, but |
|
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
|
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details. |
|
14 * |
|
15 * For details please refer to: http://www.datatables.net |
|
16 */ |
|
17 |
|
18 div.dataTables_length label { |
|
19 float: left; |
|
20 text-align: left; |
|
21 } |
|
22 |
|
23 div.dataTables_length select { |
|
24 width: 75px; |
|
25 } |
|
26 |
|
27 div.dataTables_filter label { |
|
28 float: right; |
|
29 } |
|
30 |
|
31 div.dataTables_info { |
|
32 padding-top: 8px; |
|
33 } |
|
34 |
|
35 div.dataTables_paginate { |
|
36 float: right; |
|
37 margin: 0; |
|
38 } |
|
39 |
|
40 /* |
|
41 table.table { |
|
42 clear: both; |
|
43 margin-bottom: 6px !important; |
|
44 } |
|
45 |
|
46 table.table thead .sorting, |
|
47 table.table thead .sorting_asc, |
|
48 table.table thead .sorting_desc, |
|
49 table.table thead .sorting_asc_disabled, |
|
50 table.table thead .sorting_desc_disabled { |
|
51 cursor: pointer; |
|
52 *cursor: hand; |
|
53 } |
|
54 |
|
55 table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; } |
|
56 table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; } |
|
57 table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; } |
|
58 |
|
59 table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; } |
|
60 table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; } |
|
61 |
|
62 table.dataTable th:active { |
|
63 outline: none; |
|
64 } |
|
65 */ |