Brought in following assets that Kevin's EDI project will be using:
[openemr.git] / public / assets / datatables-1-10-11 / media / css / dataTables.semanticui.css
blob28305cbdeb246bda10664355e83379dee8c4ea65
1 /*
2 * Styling for DataTables with Semantic UI
3 */
4 table.dataTable.table {
5 margin: 0;
7 table.dataTable.table thead th,
8 table.dataTable.table thead td {
9 position: relative;
11 table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after,
12 table.dataTable.table thead td.sorting:after,
13 table.dataTable.table thead td.sorting_asc:after,
14 table.dataTable.table thead td.sorting_desc:after {
15 position: absolute;
16 top: 12px;
17 right: 8px;
18 display: block;
19 font-family: Icons;
21 table.dataTable.table thead th.sorting:after,
22 table.dataTable.table thead td.sorting:after {
23 content: "\f0dc";
24 color: #ddd;
25 font-size: 0.8em;
26 padding-top: 0.12em;
28 table.dataTable.table thead th.sorting_asc:after,
29 table.dataTable.table thead td.sorting_asc:after {
30 content: "\f0de";
32 table.dataTable.table thead th.sorting_desc:after,
33 table.dataTable.table thead td.sorting_desc:after {
34 content: "\f0dd";
36 table.dataTable.table td,
37 table.dataTable.table th {
38 -webkit-box-sizing: content-box;
39 -moz-box-sizing: content-box;
40 box-sizing: content-box;
42 table.dataTable.table td.dataTables_empty,
43 table.dataTable.table th.dataTables_empty {
44 text-align: center;
46 table.dataTable.table.nowrap th,
47 table.dataTable.table.nowrap td {
48 white-space: nowrap;
51 div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown {
52 min-width: 0;
54 div.dataTables_wrapper div.dataTables_filter input {
55 margin-left: 0.5em;
57 div.dataTables_wrapper div.dataTables_info {
58 padding-top: 13px;
59 white-space: nowrap;
61 div.dataTables_wrapper div.dataTables_processing {
62 position: absolute;
63 top: 50%;
64 left: 50%;
65 width: 200px;
66 margin-left: -100px;
67 text-align: center;
69 div.dataTables_wrapper div.row.dt-table {
70 padding: 0;