-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdminCustomFiles.css
More file actions
58 lines (47 loc) · 785 Bytes
/
Copy pathAdminCustomFiles.css
File metadata and controls
58 lines (47 loc) · 785 Bytes
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
.acfTable td,
.acfTable th {
padding-right: 1em;
}
.acfTable tr th:first-child {
width: 300px;
}
.acfTable tr th:last-child,
.acfTable tr td:last-child {
padding-right: 0;
width: 20px;
}
.acfInput {
min-width: 100%;
}
.acfTable {
margin-top: 1em;
min-width: 100%;
}
.acfLabelProcess {
display: inline-block;
max-height: 18px;
}
.acfButton {
width: 45px;
text-align: center;
padding: 0 !important;
margin-right: 0 !important;;
}
.acfLsit .asmListItemLabel {
padding-left: 0;
}
.acfList .asmListItemHandle {
postion: absolute;
}
pre, code {
font-family: monospace;
font-size: 12px;
line-height: 1.6;
max-width: 100%;
overflow: auto;
display: block;
word-wrap: break-word;
page-break-inside: avoid;
tab-size: 4;
-moz-tab-size: 4;
}