-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.css
executable file
·66 lines (64 loc) · 1 KB
/
issues.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
#issuetable {
border: 1px solid #C0D0FF;
padding: 1px;
width: 100%;
}
#issuetable th {
padding: 3px 12px;
font-weight: bold;
color: white;
background-color: #3045C0;
}
#issuetable td {
padding: 4px 12px;
}
#down {
margin: 8px;
border: 2px solid #FFD0A0;
background-color: #FFD9C0;
}
.timefield {
border-bottom: 1px dotted #CCCCCC;
vertical-align: middle;
color: #7A7A7A;
}
.commenthead {
background: none repeat scroll 0 0 #F0F0F0;
border-bottom: 1px solid #E0E0E0;
border-top: 1px solid #E0E0E0;
padding: 6px 12px;
margin: 12px 0;
}
#issueheader {
margin-bottom: 4px;
}
#issueavatar {
float: left;
}
#issueinfo hr {
width: auto;
}
#issueinfo {
margin-left: 102px;
}
#postformtable {
width: 99%;
}
#useravatar {
vertical-align:middle;
width: 1px;
padding: 12px;
}
.formatbutton {
border: 1px solid #C0C0D0;
border-radius: 3px;
padding: 2px 4px;
margin: 1px;
display: inline-block;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}