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