summaryrefslogtreecommitdiff
path: root/assets/sass/_task_board.sass
blob: f5b3b432e3cdafadd32b055e6c50a5a41defbdf3 (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
34
.task-board
  position: relative
  margin-bottom: 4px
  border: 1px solid #000
  padding: 2px
  word-wrap: break-word
  font-size: $board-text-size

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