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