mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Changed Add List to be at left. Before it was at right.
Thanks to xet7 !
This commit is contained in:
parent
7a929024f2
commit
467835192f
2 changed files with 6 additions and 5 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
/* overflow: auto; - List width and height resizeable */
|
/* overflow: auto; - List width and height resizeable */
|
||||||
}
|
}
|
||||||
.list:first-child {
|
.list:first-child {
|
||||||
|
min-width: 20px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,20 +7,20 @@ template(name="swimlane")
|
||||||
if currentListIsInThisSwimlane _id
|
if currentListIsInThisSwimlane _id
|
||||||
+list(currentList)
|
+list(currentList)
|
||||||
unless currentList
|
unless currentList
|
||||||
each lists
|
|
||||||
+miniList(this)
|
|
||||||
if currentUser.isBoardMember
|
if currentUser.isBoardMember
|
||||||
unless currentUser.isCommentOnly
|
unless currentUser.isCommentOnly
|
||||||
+addListForm
|
+addListForm
|
||||||
|
each lists
|
||||||
|
+miniList(this)
|
||||||
else
|
else
|
||||||
|
if currentUser.isBoardMember
|
||||||
|
unless currentUser.isCommentOnly
|
||||||
|
+addListForm
|
||||||
each lists
|
each lists
|
||||||
if visible this
|
if visible this
|
||||||
+list(this)
|
+list(this)
|
||||||
if currentCardIsInThisList _id ../_id
|
if currentCardIsInThisList _id ../_id
|
||||||
+cardDetails(currentCard)
|
+cardDetails(currentCard)
|
||||||
if currentUser.isBoardMember
|
|
||||||
unless currentUser.isCommentOnly
|
|
||||||
+addListForm
|
|
||||||
|
|
||||||
template(name="listsGroup")
|
template(name="listsGroup")
|
||||||
.swimlane.list-group.js-lists
|
.swimlane.list-group.js-lists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue