-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadmin.css
executable file
·70 lines (59 loc) · 1.09 KB
/
admin.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.ml_stats {
width: 50%;
min-width: 350px;
display: inline-block;
vertical-align: top;
margin-bottom: 1em;
}
.ml_stats > div {
margin: 0 20px 20px 0;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.ml_stats .bordered {
width: 100%;
margin: 0;
}
span.combobox {
position: relative;
display: inline-block;
padding: 0 !important;
overflow: hidden;
}
span.combobox:after {
position: absolute;
right: 0;
font-family: FontAwesome;
font-size: 14px;
color: #666;
content: '\f0d7';
padding: 3px 5px 5px 5px;
border-left: 1px solid #eee;
background: #fff;
cursor: pointer;
}
span.combobox > input {
margin: 0 !important;
border: 0 none !important;
background: #fff !important;
padding: 3px !important;
box-shadow: none !important;
}
.checkbox_table tr td {
cursor: pointer;
}
.checkbox_table tr.checked td {
background-color: #FEF9B0 !important
}
.column-border {
border-left: 2px solid rgba(0,0,0,0.125);
}
#gp_admin_html .more_admin_links {
margin-top: 1em;
}
#gp_admin_html #gp_admin_box .ui-autocomplete {
max-height: 150px;
}
.mlm_box_spacer {
height: 100px;
}