Add datatables-1.9.4 and jquery-1.10.2 libraries
[proteocache.git] / webapp / resources / css / DT_bootstrap.css
1
2 div.dataTables_length label {
3         float: left;
4         text-align: left;
5 }
6
7 div.dataTables_length select {
8         width: 75px;
9 }
10
11 div.dataTables_filter label {
12         float: right;
13 }
14
15 div.dataTables_info {
16         padding-top: 8px;
17 }
18
19 div.dataTables_paginate {
20         float: right;
21         margin: 0;
22 }
23
24 table.table {
25         clear: both;
26         margin-bottom: 6px !important;
27         max-width: none !important;
28 }
29
30 table.table thead .sorting,
31 table.table thead .sorting_asc,
32 table.table thead .sorting_desc,
33 table.table thead .sorting_asc_disabled,
34 table.table thead .sorting_desc_disabled {
35         cursor: pointer;
36         *cursor: hand;
37 }
38
39 table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
40 table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
41 table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
42
43 table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
44 table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
45
46 table.dataTable th:active {
47         outline: none;
48 }
49
50 /* Scrolling */
51 div.dataTables_scrollHead table {
52         margin-bottom: 0 !important;
53         border-bottom-left-radius: 0;
54         border-bottom-right-radius: 0;
55 }
56
57 div.dataTables_scrollHead table thead tr:last-child th:first-child,
58 div.dataTables_scrollHead table thead tr:last-child td:first-child {
59         border-bottom-left-radius: 0 !important;
60         border-bottom-right-radius: 0 !important;
61 }
62
63 div.dataTables_scrollBody table {
64         border-top: none;
65         margin-bottom: 0 !important;
66 }
67
68 div.dataTables_scrollBody tbody tr:first-child th,
69 div.dataTables_scrollBody tbody tr:first-child td {
70         border-top: none;
71 }
72
73 div.dataTables_scrollFoot table {
74         border-top: none;
75 }
76
77
78
79
80 /*
81  * TableTools styles
82  */
83 .table tbody tr.active td,
84 .table tbody tr.active th {
85         background-color: #08C;
86         color: white;
87 }
88
89 .table tbody tr.active:hover td,
90 .table tbody tr.active:hover th {
91         background-color: #0075b0 !important;
92 }
93
94 .table-striped tbody tr.active:nth-child(odd) td,
95 .table-striped tbody tr.active:nth-child(odd) th {
96         background-color: #017ebc;
97 }
98
99 table.DTTT_selectable tbody tr {
100         cursor: pointer;
101         *cursor: hand;
102 }
103
104 div.DTTT .btn {
105         color: #333 !important;
106         font-size: 12px;
107 }
108
109 div.DTTT .btn:hover {
110         text-decoration: none !important;
111 }
112
113
114 ul.DTTT_dropdown.dropdown-menu a {
115         color: #333 !important; /* needed only when demo_page.css is included */
116 }
117
118 ul.DTTT_dropdown.dropdown-menu li:hover a {
119         background-color: #0088cc;
120         color: white !important;
121 }
122
123 /* TableTools information display */
124 div.DTTT_print_info.modal {
125         height: 150px;
126         margin-top: -75px;
127         text-align: center;
128 }
129
130 div.DTTT_print_info h6 {
131         font-weight: normal;
132         font-size: 28px;
133         line-height: 28px;
134         margin: 1em;
135 }
136
137 div.DTTT_print_info p {
138         font-size: 14px;
139         line-height: 20px;
140 }
141
142
143
144 /*
145  * FixedColumns styles
146  */
147 div.DTFC_LeftHeadWrapper table,
148 div.DTFC_LeftFootWrapper table,
149 table.DTFC_Cloned tr.even {
150         background-color: white;
151 }
152
153 div.DTFC_LeftHeadWrapper table {
154         margin-bottom: 0 !important;
155         border-top-right-radius: 0 !important;
156         border-bottom-left-radius: 0 !important;
157         border-bottom-right-radius: 0 !important;
158 }
159
160 div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
161 div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
162         border-bottom-left-radius: 0 !important;
163         border-bottom-right-radius: 0 !important;
164 }
165
166 div.DTFC_LeftBodyWrapper table {
167         border-top: none;
168         margin-bottom: 0 !important;
169 }
170
171 div.DTFC_LeftBodyWrapper tbody tr:first-child th,
172 div.DTFC_LeftBodyWrapper tbody tr:first-child td {
173         border-top: none;
174 }
175
176 div.DTFC_LeftFootWrapper table {
177         border-top: none;
178 }