fixed static file collection for third party components: now relying on symlinks
[myslice.git] / third-party / datatables-1.9.4 / css / dataTables.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 {
119         position: relative;
120 }
121
122 ul.DTTT_dropdown.dropdown-menu li:hover a {
123         background-color: #0088cc;
124         color: white !important;
125 }
126
127 /* TableTools information display */
128 div.DTTT_print_info.modal {
129         height: 150px;
130         margin-top: -75px;
131         text-align: center;
132 }
133
134 div.DTTT_print_info h6 {
135         font-weight: normal;
136         font-size: 28px;
137         line-height: 28px;
138         margin: 1em;
139 }
140
141 div.DTTT_print_info p {
142         font-size: 14px;
143         line-height: 20px;
144 }
145
146
147
148 /*
149  * FixedColumns styles
150  */
151 div.DTFC_LeftHeadWrapper table,
152 div.DTFC_LeftFootWrapper table,
153 div.DTFC_RightHeadWrapper table,
154 div.DTFC_RightFootWrapper table,
155 table.DTFC_Cloned tr.even {
156     background-color: white;
157 }
158  
159 div.DTFC_RightHeadWrapper table ,
160 div.DTFC_LeftHeadWrapper table {
161     margin-bottom: 0 !important;
162     border-top-right-radius: 0 !important;
163     border-bottom-left-radius: 0 !important;
164     border-bottom-right-radius: 0 !important;
165 }
166  
167 div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
168 div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
169 div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
170 div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
171     border-bottom-left-radius: 0 !important;
172     border-bottom-right-radius: 0 !important;
173 }
174  
175 div.DTFC_RightBodyWrapper table,
176 div.DTFC_LeftBodyWrapper table {
177     border-top: none;
178     margin-bottom: 0 !important;
179 }
180  
181 div.DTFC_RightBodyWrapper tbody tr:first-child th,
182 div.DTFC_RightBodyWrapper tbody tr:first-child td,
183 div.DTFC_LeftBodyWrapper tbody tr:first-child th,
184 div.DTFC_LeftBodyWrapper tbody tr:first-child td {
185     border-top: none;
186 }
187  
188 div.DTFC_RightFootWrapper table,
189 div.DTFC_LeftFootWrapper table {
190     border-top: none;
191 }
192