-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
93 lines (86 loc) · 1.61 KB
/
main.css
File metadata and controls
93 lines (86 loc) · 1.61 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
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
@charset "UTF-8";
.protip h1,
.protip h1 {
width: auto;
min-width: inherit;
font-size: 15px;
text-align: center;
}
.protip > .info_3,
.protip > .info_2,
.protip > .info {
background: rgba(0, 0, 0, 0.1);
margin-top: 40px;
padding-bottom: 5px;
padding-top: 1px;
width: 100%;
}
.protip > .info_3 > div,
.protip > .info_2 > div,
.protip > .info > div {
display: inline-block;
vertical-align: top;
}
.protip > .info_3 > h1,
.protip > .info_2 > h1,
.protip > .info > h1 {
color: red;
}
.protip .history .hist-item {
list-style: decimal;
margin-left: 20px;
}
.protip .history .hist-item > a {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
padding-left: 5px;
width: calc(100% - 16px);
}
.protip .history {
left: 0px;
position: relative;
top: 0px;
width: 100%;
text-align: left;
opacity: 0;
}
.protip .history > .set {
vertical-align: top;
display: inline-block;
width: calc(100% / 3);
}
.protip .history > .set_large > .his-items {
display: inline-block;
vertical-align: top;
width: calc(100% / 3);
}
.protip .history > .set .avatar {
width: 16px;
display: inline-block;
}
.milestone-breakdown .legend,
.issues-closed .legend {
display: inline-block;
width: 100%;
overflow: visible;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
}
.milestone-breakdown .legend .pie-legend,
.issues-closed .legend .pie-legend {
margin-left: 10px;
list-style: decimal;
}
.protip canvas.canvas {
cursor: pointer;
}
.pie-legend li > span {
cursor: pointer;
}
.new-comments {
opacity: 0;
}