Brought in following assets that Kevin's EDI project will be using:
[openemr.git] / public / assets / datatables-1-10-11 / media / css / dataTables.foundation.css
blob42e813642f548966a05cbc40e4973428f38fb9d0
1 table.dataTable {
2 clear: both;
3 margin: 0.5em 0 !important;
4 max-width: none !important;
5 width: 100%;
7 table.dataTable td,
8 table.dataTable th {
9 -webkit-box-sizing: content-box;
10 -moz-box-sizing: content-box;
11 box-sizing: content-box;
13 table.dataTable td.dataTables_empty,
14 table.dataTable th.dataTables_empty {
15 text-align: center;
17 table.dataTable.nowrap th, table.dataTable.nowrap td {
18 white-space: nowrap;
21 div.dataTables_wrapper {
22 position: relative;
24 div.dataTables_wrapper div.dataTables_length label {
25 float: left;
26 text-align: left;
27 margin-bottom: 0;
29 div.dataTables_wrapper div.dataTables_length select {
30 width: 75px;
31 margin-bottom: 0;
33 div.dataTables_wrapper div.dataTables_filter label {
34 float: right;
35 margin-bottom: 0;
37 div.dataTables_wrapper div.dataTables_filter input {
38 display: inline-block !important;
39 width: auto !important;
40 margin-bottom: 0;
41 margin-left: 0.5em;
43 div.dataTables_wrapper div.dataTables_info {
44 padding-top: 2px;
46 div.dataTables_wrapper div.dataTables_paginate {
47 float: right;
48 margin: 0;
50 div.dataTables_wrapper div.dataTables_processing {
51 position: absolute;
52 top: 50%;
53 left: 50%;
54 width: 200px;
55 margin-left: -100px;
56 margin-top: -26px;
57 text-align: center;
58 padding: 1rem 0;
61 table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
62 table.dataTable thead > tr > td.sorting_asc,
63 table.dataTable thead > tr > td.sorting_desc,
64 table.dataTable thead > tr > td.sorting {
65 padding-right: 1.5rem;
67 table.dataTable thead > tr > th:active,
68 table.dataTable thead > tr > td:active {
69 outline: none;
71 table.dataTable thead .sorting,
72 table.dataTable thead .sorting_asc,
73 table.dataTable thead .sorting_desc {
74 cursor: pointer;
76 table.dataTable thead .sorting,
77 table.dataTable thead .sorting_asc,
78 table.dataTable thead .sorting_desc,
79 table.dataTable thead .sorting_asc_disabled,
80 table.dataTable thead .sorting_desc_disabled {
81 background-repeat: no-repeat;
82 background-position: center right;
84 table.dataTable thead .sorting {
85 background-image: url("../images/sort_both.png");
87 table.dataTable thead .sorting_asc {
88 background-image: url("../images/sort_asc.png");
90 table.dataTable thead .sorting_desc {
91 background-image: url("../images/sort_desc.png");
93 table.dataTable thead .sorting_asc_disabled {
94 background-image: url("../images/sort_asc_disabled.png");
96 table.dataTable thead .sorting_desc_disabled {
97 background-image: url("../images/sort_desc_disabled.png");
100 div.dataTables_scrollHead table {
101 margin-bottom: 0 !important;
104 div.dataTables_scrollBody table {
105 border-top: none;
106 margin-top: 0 !important;
107 margin-bottom: 0 !important;
109 div.dataTables_scrollBody table tbody tr:first-child th,
110 div.dataTables_scrollBody table tbody tr:first-child td {
111 border-top: none;
114 div.dataTables_scrollFoot table {
115 margin-top: 0 !important;
116 border-top: none;