-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.css
63 lines (53 loc) · 834 Bytes
/
app.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
textarea {
width: 280px;
height: 100px;
border-color: #d3d3d3;
background-image: none;
}
input {
width: 280px;
}
#newIssue {
font-size: 12px;
}
#newIssue > p {
margin-top: 5px;
}
.caption {
font-weight: bold;
}
.navigation {
margin-top: .8em;
}
a.issue {
border-bottom: 1px solid #eee;
padding: .5em 0;
display: block;
&:first-child {
border-top: 1px solid #eee;
}
&.is-done {
text-decoration: line-through;
opacity: .4;
}
}
.form_field {
margin-bottom: 8px;
}
.progress {
width: 100px;
}
.zdredmine-list {
list-style: none;
margin: -5px;
&__entry {
padding: 5px;
margin: 0;
a {
display: block;
}
&:hover {
background-color: #ebebeb;
}
}
}