-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (60 loc) · 1.01 KB
/
style.css
File metadata and controls
61 lines (60 loc) · 1.01 KB
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
body {
width: 300px;
height: auto;
padding: 10px;
min-height: 150px;
}
#list {
margin-top: 10px;
margin-bottom: 0;
}
#list li {
min-height: 30px;
margin: 3px 0;
border: 1px solid #cccccc;
position: relative;
}
#list li .text {
min-height: 30px;
font-size: 12px;
padding: 6px 20px 0 10px;
display: inline-block;
width: 100%;
position: relative;
}
.highlight {
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.delete-item {
font-size: 21px;
width: 20px;
text-align: center;
height: 30px;
line-height: 30px;
position: absolute;
right: 0;
top: 0;
}
.break {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.empty-block {
font-size: 30px;
margin: 10px auto;
padding: 15px 0;
text-align: center;
}
nav a {
width: 138px;
}
nav {
text-align: center;
margin-bottom: 10px;
}