blob: 976937cefef4b313caee305f52694ea8ed1b0457 (
plain)
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
|
.task-board
position: relative
margin-bottom: 4px
border: 1px solid #000
padding: 2px
word-wrap: break-word
div
&.task-board-recent
border-width: 2px
&.task-board-status-closed
user-select: none
border: 1px dotted #555
.task-board
a
color: #000
text-decoration: none
.dropdown-menu
font-weight: bold
.task-score
font-weight: bold
.task-board-collapsed
overflow: hidden
white-space: nowrap
text-overflow: ellipsis
.task-board-title
margin-top: 5px
margin-bottom: 8px
a:hover
text-decoration: underline
|