mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 10:20:14 +01:00
Removing Doupling start / end and more style corrections
This commit is contained in:
parent
7186b947b2
commit
0dfc62c025
2 changed files with 2 additions and 14 deletions
|
|
@ -65,16 +65,6 @@ template(name="cardDetails")
|
||||||
a.card-label.add-label.js-add-labels(title="{{_ 'card-labels-title'}}")
|
a.card-label.add-label.js-add-labels(title="{{_ 'card-labels-title'}}")
|
||||||
i.fa.fa-plus
|
i.fa.fa-plus
|
||||||
|
|
||||||
if startAt
|
|
||||||
.card-details-item.card-details-item-start
|
|
||||||
h3.card-details-item-title {{_ 'card-start'}}
|
|
||||||
+cardStartDate
|
|
||||||
|
|
||||||
if dueAt
|
|
||||||
.card-details-item.card-details-item-due
|
|
||||||
h3.card-details-item-title {{_ 'card-due'}}
|
|
||||||
+cardDueDate
|
|
||||||
|
|
||||||
each customFieldsWD
|
each customFieldsWD
|
||||||
.card-details-item.card-details-item-customfield
|
.card-details-item.card-details-item-customfield
|
||||||
h3.card-details-item-title
|
h3.card-details-item-title
|
||||||
|
|
|
||||||
|
|
@ -80,12 +80,10 @@
|
||||||
&.card-details-item-received,
|
&.card-details-item-received,
|
||||||
&.card-details-item-start,
|
&.card-details-item-start,
|
||||||
&.card-details-item-due,
|
&.card-details-item-due,
|
||||||
&.card-details-item-end
|
&.card-details-item-end,
|
||||||
|
&.card-details-item-customfield
|
||||||
width: 50%
|
width: 50%
|
||||||
flex-shrink: 1
|
flex-shrink: 1
|
||||||
&.card-details-item-customfield
|
|
||||||
max-width: 50%
|
|
||||||
flex-grow: 1
|
|
||||||
|
|
||||||
.card-details-item-title
|
.card-details-item-title
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue