forked from Asana/Chrome-Extension-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions_style.css
More file actions
53 lines (49 loc) · 701 Bytes
/
options_style.css
File metadata and controls
53 lines (49 loc) · 701 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
/* Styles for options.html */
body {
padding: 0;
margin: 0;
background-color: #DDE4EA;
}
body, td, div {
font-size: 13px;
}
#layout {
width: 100%;
}
#options {
width: 600px;
min-width: 600px;
max-width: 600px;
}
#status {
height: 30px;
}
.v-spacer {
height: 100px;
}
.form {
border: 0;
margin: 0;
padding: 0;
}
td.field-name {
width: 150px;
padding: 2px 2px 2px 0;
vertical-align: top;
}
td.field-value {
padding: 2px 0 2px 2px;
vertical-align: top;
}
td.field-notes {
font-size: 11px;
margin-top: 12px;
padding: 2px 0 2px 2px;
vertical-align: top;
}
td.field-spacer {
height: 12px;
}
#reset_button {
margin-left: 10px;
}