-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
45 lines (40 loc) · 829 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
table.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> td:first-child:before,
table.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> th:first-child:before {
top: 15px;
}
.highcharts-credits {
display: none;
}
.table-header .form-control {
max-width: 300px;
}
.ui-datepicker-trigger {
background: url(calendar.svg) no-repeat center;
border: 0;
font-size: 0;
text-indent: -9999px;
padding: 0;
width: 20px;
height: 20px;
margin-left: -30px;
margin-right: 10px;
cursor: pointer;
outline: 0;
}
@media (max-width: 767px) {
.table-header {
flex-wrap: wrap;
justify-content: center;
}
.table-header h1 {
flex-basis: 100%;
text-align: center;
margin-bottom: 15px !important;
}
}