Fix issues with board list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
227f510d73
commit
2b1bac9a2f
@@ -755,11 +755,12 @@ input.input-inline {
|
||||
|
||||
thead td {
|
||||
opacity: .5;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0 10px;
|
||||
border-bottom: 1px solid $color-lightgrey;
|
||||
border-bottom: 1px solid $color-grey;
|
||||
|
||||
.board-bullet {
|
||||
width: 32px;
|
||||
@@ -804,7 +805,7 @@ input.input-inline {
|
||||
}
|
||||
|
||||
.icon {
|
||||
padding: 22px;
|
||||
padding: 25px;
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
<tbody>
|
||||
<tr data-ng-repeat="b in boardservice.sorted" ng-class="{deleted: b.deletedAt > 0}">
|
||||
<td ng-click="gotoBoard(b)">
|
||||
<span class="board-bullet"
|
||||
style="background-color:#{{b.color}};"> </span>
|
||||
<div class="board-bullet"
|
||||
style="background-color:#{{b.color}};"> </div>
|
||||
</td>
|
||||
<td>
|
||||
<div ng-click="gotoBoard(b)" ng-show="!b.status.edit">{{ b.title }}</div>
|
||||
|
||||
Reference in New Issue
Block a user