Add config folder to be able to change config
[clamp.git] / src / main / resources / META-INF / resources / designer / css / dataTables.bootstrap.css
1 div.dataTables_length label {
2     float: left;
3     text-align: left;
4     font-weight: normal;
5 }
6
7 div.dataTables_length select {
8     width: 75px;
9 }
10
11 div.dataTables_filter label {
12     float: right;
13     font-weight: normal;
14 }
15
16 div.dataTables_filter input {
17     width: 16em;
18 }
19
20 div.dataTables_info {
21     padding-top: 8px;
22 }
23
24 div.dataTables_paginate {
25     float: right;
26     margin: 0;
27 }
28
29 div.dataTables_paginate ul.pagination {
30     margin: 2px 0;
31     white-space: nowrap;
32 }
33
34 table.dataTable,
35 table.dataTable td,
36 table.dataTable th {
37     -webkit-box-sizing: content-box;
38     -moz-box-sizing: content-box;
39     box-sizing: content-box;
40 }
41
42 table.dataTable {
43     clear: both;
44     margin-top: 6px !important;
45     margin-bottom: 6px !important;
46     max-width: none !important;
47 }
48
49 table.dataTable thead .sorting,
50 table.dataTable thead .sorting_asc,
51 table.dataTable thead .sorting_desc,
52 table.dataTable thead .sorting_asc_disabled,
53 table.dataTable thead .sorting_desc_disabled {
54     cursor: pointer;
55 }
56
57 table.dataTable thead .sorting {
58     background: url('../images/sort_both.png') no-repeat center right;
59 }
60
61 table.dataTable thead .sorting_asc {
62     background: url('../images/sort_asc.png') no-repeat center right;
63 }
64
65 table.dataTable thead .sorting_desc {
66     background: url('../images/sort_desc.png') no-repeat center right;
67 }
68
69 table.dataTable thead .sorting_asc_disabled {
70     background: url('../images/sort_asc_disabled.png') no-repeat center right;
71 }
72
73 table.dataTable thead .sorting_desc_disabled {
74     background: url('../images/sort_desc_disabled.png') no-repeat center right;
75 }
76
77 table.dataTable th:active {
78     outline: none;
79 }
80
81 /* Scrolling */
82
83 div.dataTables_scrollHead table {
84     margin-bottom: 0 !important;
85     border-bottom-left-radius: 0;
86     border-bottom-right-radius: 0;
87 }
88
89 div.dataTables_scrollHead table thead tr:last-child th:first-child,
90 div.dataTables_scrollHead table thead tr:last-child td:first-child {
91     border-bottom-left-radius: 0 !important;
92     border-bottom-right-radius: 0 !important;
93 }
94
95 div.dataTables_scrollBody table {
96     margin-top: 0 !important;
97     margin-bottom: 0 !important;
98     border-top: none;
99 }
100
101 div.dataTables_scrollBody tbody tr:first-child th,
102 div.dataTables_scrollBody tbody tr:first-child td {
103     border-top: none;
104 }
105
106 div.dataTables_scrollFoot table {
107     margin-top: 0 !important;
108     border-top: none;
109 }
110
111 /*
112  * TableTools styles
113  */
114
115 .table tbody tr.active td,
116 .table tbody tr.active th {
117     color: white;
118     background-color: #08C;
119 }
120
121 .table tbody tr.active:hover td,
122 .table tbody tr.active:hover th {
123     background-color: #0075b0 !important;
124 }
125
126 .table tbody tr.active a {
127     color: white;
128 }
129
130 .table-striped tbody tr.active:nth-child(odd) td,
131 .table-striped tbody tr.active:nth-child(odd) th {
132     background-color: #017ebc;
133 }
134
135 table.DTTT_selectable tbody tr {
136     cursor: pointer;
137 }
138
139 div.DTTT .btn {
140     font-size: 12px;
141     color: #333 !important;
142 }
143
144 div.DTTT .btn:hover {
145     text-decoration: none !important;
146 }
147
148 ul.DTTT_dropdown.dropdown-menu {
149     z-index: 2003;
150 }
151
152 ul.DTTT_dropdown.dropdown-menu a {
153     color: #333 !important; /* needed only when demo_page.css is included */
154 }
155
156 ul.DTTT_dropdown.dropdown-menu li {
157     position: relative;
158 }
159
160 ul.DTTT_dropdown.dropdown-menu li:hover a {
161     color: white !important;
162     background-color: #0088cc;
163 }
164
165 div.DTTT_collection_background {
166     z-index: 2002;
167 }
168
169 /* TableTools information display */
170
171 div.DTTT_print_info.modal {
172     height: 150px;
173     margin-top: -75px;
174     text-align: center;
175 }
176
177 div.DTTT_print_info h6 {
178     margin: 1em;
179     font-size: 28px;
180     font-weight: normal;
181     line-height: 28px;
182 }
183
184 div.DTTT_print_info p {
185     font-size: 14px;
186     line-height: 20px;
187 }
188
189 /*
190  * FixedColumns styles
191  */
192
193 div.DTFC_LeftHeadWrapper table,
194 div.DTFC_LeftFootWrapper table,
195 div.DTFC_RightHeadWrapper table,
196 div.DTFC_RightFootWrapper table,
197 table.DTFC_Cloned tr.even {
198     background-color: white;
199 }
200
201 div.DTFC_RightHeadWrapper table,
202 div.DTFC_LeftHeadWrapper table {
203     margin-bottom: 0 !important;
204     border-top-right-radius: 0 !important;
205     border-bottom-left-radius: 0 !important;
206     border-bottom-right-radius: 0 !important;
207 }
208
209 div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
210 div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
211 div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
212 div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
213     border-bottom-left-radius: 0 !important;
214     border-bottom-right-radius: 0 !important;
215 }
216
217 div.DTFC_RightBodyWrapper table,
218 div.DTFC_LeftBodyWrapper table {
219     margin-bottom: 0 !important;
220     border-top: none;
221 }
222
223 div.DTFC_RightBodyWrapper tbody tr:first-child th,
224 div.DTFC_RightBodyWrapper tbody tr:first-child td,
225 div.DTFC_LeftBodyWrapper tbody tr:first-child th,
226 div.DTFC_LeftBodyWrapper tbody tr:first-child td {
227     border-top: none;
228 }
229
230 div.DTFC_RightFootWrapper table,
231 div.DTFC_LeftFootWrapper table {
232     border-top: none;
233 }