-
Notifications
You must be signed in to change notification settings - Fork 11
/
options.css
85 lines (85 loc) · 1.18 KB
/
options.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body {
background: #eee;
color: #333;
font-size: 14px;
}
h1 {
margin-top: 0;
}
form {
display: block;
padding: 12px 0;
}
section {
display: block;
background: white;
border: 1px solid #ccc;
border-radius: 3px;
margin: 12px auto 12px auto;
padding: 12px 32px;
width: 704px;
}
footer {
display: block;
margin: 0 auto;
width: 768px;
color: #555;
}
footer a {
color: #555;
}
.clearfix {
clear: both;
}
.pull-right {
float: right;
}
.secondary {
background: #f8f8f8;
}
.symbol {
color: #777;
}
.form-group {
display: block;
padding: 8px;
margin: 0;
}
.form-group .inline-input {
margin-left: 4px;
}
.form-group .option {
width: 200px;
display: inline-block;
vertical-align: top;
}
.form-group .help-text {
margin-left: 32px;
display: inline-block;
max-width: 450px;
}
.form-group .help-text.multiline {
vertical-align: bottom;
}
.default-user-control {
width: 84px;
text-align: left;
}
.default-user-control.large {
margin-top: 4px;
width: 194px;
text-align: left;
}
.btn {
padding: 6px 24px;
margin-right: 12px;
}
.status {
display: inline-block;
font-size: 16px;
color: green;
}
.status.error {
font-size: 14px;
color: red;
}