-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-tasks.css
More file actions
71 lines (60 loc) · 1000 Bytes
/
github-tasks.css
File metadata and controls
71 lines (60 loc) · 1000 Bytes
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
section[role="region"] > header:first-child {
background-color: #accd8a;
}
[data-type="list"] header {
border-color: #accd8a;
color: #accd8a;
}
.issue.number {
padding-top: 0.1em;
margin: 0 1em;
border-radius: 1em;
font-size: 0.7em;
min-width: 3em;
height: 1.5em;
display: inline-block;
text-align: center;
line-height: normal;
}
.kanban.column {
width: 30%;
max-width: 300px;
margin-right: 2em;
display: inline-block;
vertical-align: top;
height: 100%;
}
.kanban.column ul {
width: 100%;
height: 100%;
}
#task-list article {
overflow-x: scroll;
white-space: nowrap !important;
}
.half.width {
width: 49%
}
.flying.task {
background-color: white;
border: 1px solid #ddd;
box-shadow: 1px 1px 5px grey;
z-index: 10000;
}
li.progress {
text-align: center;
}
.float.left {
float: left;
}
.oe.logo {
height: 2em;
border-radius: 0.3em;
}
.reserved.space {
height: 6em;
}
header .action-icon:before {
top: 1rem;
right: 1rem;
}