-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.css
59 lines (49 loc) · 792 Bytes
/
popup.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
.popup-container {
width: 350px;
height: 250px;
}
.login-title {
margin-top: 15px;
}
.hidden {
display: none;
}
.single-mail {
background: #ccc;
margin-bottom: 10px;
padding: 5px;
font-size: 14px;
}
div#email-page {
max-height: 300px;
overflow-y: scroll;
overflow-x: hidden;
padding: 10px;
}
.mail-data {
font-size: 12px;
width: 290px;
}
.mail-data, .mail-from, .mail-subject {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
span.mail-delete {
float: right;
z-index: 2;
}
.cursor-pointer {
cursor: pointer;
}
.storage-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 10px 15px;
background: white;
}
div#email-list {
padding-bottom: 20px;
}