Skip to content

Commit e8e521f

Browse files
author
Ed Epstein
committed
This is needed for bower to function.
1 parent caa2d4b commit e8e521f

File tree

1 file changed

+238
-0
lines changed

1 file changed

+238
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
/*!
2+
* angular-datatables - v0.5.4
3+
* https://github.com/l-lin/angular-datatables
4+
* License: MIT
5+
*/
6+
7+
div.dataTables_length label
8+
{
9+
font-weight: 400;
10+
float: left;
11+
text-align: left
12+
}
13+
14+
div.dataTables_length select
15+
{
16+
width: 75px
17+
}
18+
19+
div.dataTables_filter label
20+
{
21+
font-weight: 400;
22+
float: right
23+
}
24+
25+
div.dataTables_filter input
26+
{
27+
width: 16em
28+
}
29+
30+
div.dataTables_info
31+
{
32+
padding-top: 8px
33+
}
34+
35+
div.dataTables_paginate
36+
{
37+
float: right;
38+
margin: 0
39+
}
40+
41+
div.dataTables_paginate ul.pagination
42+
{
43+
margin: 2px
44+
}
45+
46+
table.table
47+
{
48+
clear: both;
49+
max-width: none !important
50+
}
51+
52+
table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc, table.table thead .sorting_desc_disabled
53+
{
54+
cursor: pointer;
55+
background: 0 0
56+
}
57+
58+
table.table thead .sorting:before
59+
{
60+
content: ' ';
61+
position: relative;
62+
left: -5px
63+
}
64+
65+
table.table thead .sorting_desc:before
66+
{
67+
content: "\25BE";
68+
padding-right: 5px
69+
}
70+
71+
table.table thead .sorting_asc:before
72+
{
73+
content: "\25B4";
74+
padding-right: 5px
75+
}
76+
77+
.dataTables_scrollBody table.table thead .sorting:before, .dataTables_scrollBody table.table thead .sorting_asc:before, .dataTables_scrollBody table.table thead .sorting_desc:before
78+
{
79+
content: '';
80+
padding-right: 0
81+
}
82+
83+
table.dataTable th:active
84+
{
85+
outline: 0
86+
}
87+
88+
.dataTables_wrapper .row
89+
{
90+
margin-top: 20px
91+
}
92+
93+
div.dataTables_scrollHead table
94+
{
95+
margin-bottom: 0 !important;
96+
border-bottom-left-radius: 0;
97+
border-bottom-right-radius: 0
98+
}
99+
100+
div.dataTables_scrollHead table thead tr:last-child td:first-child, div.dataTables_scrollHead table thead tr:last-child th:first-child
101+
{
102+
border-bottom-left-radius: 0 !important;
103+
border-bottom-right-radius: 0 !important
104+
}
105+
106+
div.dataTables_scrollBody table
107+
{
108+
border-top: 0;
109+
margin-bottom: 0 !important
110+
}
111+
112+
div.dataTables_scrollBody tbody tr:first-child td, div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollFoot table
113+
{
114+
border-top: 0
115+
}
116+
117+
table.DTTT_selectable tbody tr
118+
{
119+
cursor: pointer
120+
}
121+
122+
div.DTTT .btn
123+
{
124+
color: #333333 !important
125+
}
126+
127+
div.DTTT .btn:hover
128+
{
129+
text-decoration: none !important
130+
}
131+
132+
ul.DTTT_dropdown.dropdown-menu
133+
{
134+
z-index: 2003
135+
}
136+
137+
ul.DTTT_dropdown.dropdown-menu a
138+
{
139+
color: #333333 !important
140+
}
141+
142+
ul.DTTT_dropdown.dropdown-menu li
143+
{
144+
position: relative
145+
}
146+
147+
ul.DTTT_dropdown.dropdown-menu li:hover a
148+
{
149+
background-color: #0088cc;
150+
color: #ffffff !important
151+
}
152+
153+
div.DTTT_collection_background
154+
{
155+
z-index: 2002
156+
}
157+
158+
div.DTTT_print_info.modal
159+
{
160+
height: 150px;
161+
margin-top: -75px;
162+
text-align: center
163+
}
164+
165+
div.DTTT_print_info h6
166+
{
167+
font-weight: 400;
168+
font-size: 28px;
169+
line-height: 28px;
170+
margin: 1em
171+
}
172+
173+
div.DTTT_print_info p
174+
{
175+
font-size: 14px;
176+
line-height: 20px
177+
}
178+
179+
div.DTFC_LeftFootWrapper table, div.DTFC_LeftHeadWrapper table, div.DTFC_RightFootWrapper table, div.DTFC_RightHeadWrapper table, table.DTFC_Cloned tr.even
180+
{
181+
background-color: #ffffff
182+
}
183+
184+
div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table
185+
{
186+
margin-bottom: 0 !important;
187+
border-top-right-radius: 0 !important;
188+
border-bottom-left-radius: 0 !important;
189+
border-bottom-right-radius: 0 !important
190+
}
191+
192+
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child
193+
{
194+
border-bottom-left-radius: 0 !important;
195+
border-bottom-right-radius: 0 !important
196+
}
197+
198+
div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table
199+
{
200+
border-top: 0;
201+
margin-bottom: 0 !important
202+
}
203+
204+
div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftFootWrapper table, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightFootWrapper table
205+
{
206+
border-top: 0
207+
}
208+
209+
ul.ColVis_collection
210+
{
211+
width: auto !important
212+
}
213+
214+
.dataTables_wrapper
215+
{
216+
position: relative
217+
}
218+
219+
.dataTables_wrapper .dataTables_processing
220+
{
221+
position: absolute;
222+
top: 50%;
223+
left: 50%;
224+
width: 100%;
225+
height: 40px;
226+
margin-left: -50%;
227+
margin-top: -25px;
228+
padding-top: 20px;
229+
text-align: center;
230+
font-size: 1.2em;
231+
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
232+
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
233+
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
234+
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
235+
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
236+
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
237+
color: #333333
238+
}

0 commit comments

Comments
 (0)