committed by
Julius Härtl
parent
27d99f4a50
commit
6a2dbf61d9
@@ -132,7 +132,7 @@ button.button-inline:hover {
|
|||||||
top: 44px;
|
top: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#board #innerBoard {
|
#innerBoard {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -256,9 +256,7 @@ button.button-inline:hover {
|
|||||||
|
|
||||||
.stack {
|
.stack {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 10px;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
background-color: #f8f8f8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.stack h2 {
|
.stack h2 {
|
||||||
@@ -997,10 +995,22 @@ button.button-inline:hover {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#innerBoard {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
.stack {
|
.stack {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
|
min-width: 320px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
border-right: 1px solid #eee;
|
||||||
|
margin-right: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stack:last-child {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.stack h2 button {
|
.stack h2 button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,8 +45,7 @@
|
|||||||
ng-if="!s.status.editStack"
|
ng-if="!s.status.editStack"
|
||||||
ng-click="stackservice.delete(s.id)"></button>
|
ng-click="stackservice.delete(s.id)"></button>
|
||||||
</h2>
|
</h2>
|
||||||
<ul data-as-sortable="sortOptions" is-disabled="!boardservice.canEdit() || filter==='archive'" data-ng-model="s.cards"
|
<ul data-as-sortable="sortOptions" is-disabled="!boardservice.canEdit() || filter==='archive'" data-ng-model="s.cards" class="card-list">
|
||||||
style="min-height: 40px;">
|
|
||||||
<li class="card as-sortable-item"
|
<li class="card as-sortable-item"
|
||||||
ng-repeat="c in s.cards"
|
ng-repeat="c in s.cards"
|
||||||
data-as-sortable-item
|
data-as-sortable-item
|
||||||
|
|||||||
Reference in New Issue
Block a user