-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.css
99 lines (99 loc) · 1.68 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body: { padding: 10px; }
.trash {
-webkit-appearance: none;
background: none;
border: none;
cursor: pointer;
display: inline-block;
outline: none;
padding: 0;
position: relative;
width: 30px;
height: 22px;
min-width: 30px;
min-height: 22px;
opacity: 0.8;
-webkit-transition: opacity 200ms;
top: 6px;
right: 0;
float: right;
}
.trash > .can {
background-position: -1px -4px;
height: 12px;
margin-left: 1px;
margin-right: 2px;
margin-top: 4px;
width: 11px;
}
.trash > .can, .trash > .lid {
background: url('chrome://resources/images/trash.png') 0 0 no-repeat;
left: 8px;
position: absolute;
right: 8px;
top: 2px;
}
.trash > .lid {
right: 0;
-webkit-transform-origin: -7% 100%;
-webkit-transition: -webkit-transform 150ms;
height: 6px;
width: 14px;
}
.controlled-setting-with-label {
height: 22px;
}
.site-list {
list-style-type: none;
-webkit-padding-start: 5px;
}
.favicon {
height: 16px;
width: 16px;
vertical-align: bottom;
}
ul {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
margin-top: 0;
margin-bottom:0;
}
ul > li:nth-child(1) {
margin-bottom: 0.5em;
}
ul > li:nth-child(1) > label > input {
margin-right: 0.2em;
}
li {
height: 22px;
}
h3 {
/* margin-bottom: 0.5em;*/
}
.add-a-site {
height: 18px;
min-height: 18px;
width: 18px;
min-width: 18px;
margin-top: .5em;
}
.enabled {
float: right;
}
.site-list-control {
float: right;
margin-right: 1em;
}
.hidden {
display: none;
}
#save {
float: right;
margin: 1em;
}
#status {
margin-top: 2em;
}
#minutes {
width: 4em;
}