-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitebuild.css
41 lines (34 loc) · 1.07 KB
/
sitebuild.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
body,
body * {
box-sizing: border-box; }
.topicHeaderTable .headerBtnCell {
width: auto;
float: right;
padding: 0;
transform: translateY(50%); }
.checkboxes {
margin-bottom: 10px; }
.checkboxes label {
padding-right: 10px;
font-weight: normal;
font-size: 16px; }
.checkboxes input {
transform: translateY(50%); }
.display-label:nth-of-type(1), .display-label:nth-of-type(2), .display-label:nth-of-type(3) {
line-height: 30px; }
.display-label:nth-of-type(1) label:after, .display-label:nth-of-type(2) label:after, .display-label:nth-of-type(3) label:after {
content: ":"; }
.display-field:nth-of-type(1) {
width: calc(100% - 230px); }
.display-field:nth-of-type(1) input {
margin: 0;
width: 100%; }
.display-field:nth-of-type(2), .display-field:nth-of-type(3) {
line-height: 30px;
width: calc(100% - 230px); }
.display-field:nth-of-type(4) textarea {
width: 100% !important;
margin: 0 !important; }
.display-field textarea {
resize: vertical; }
/*# sourceMappingURL=sitebuild.css.map */