mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
More style corrections
This commit is contained in:
parent
0dfc62c025
commit
80088174fc
2 changed files with 6 additions and 2 deletions
|
|
@ -65,6 +65,7 @@ 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
|
||||||
|
|
||||||
|
.card-details-items
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,7 @@
|
||||||
|
|
||||||
.card-details-items
|
.card-details-items
|
||||||
display: flex
|
display: flex
|
||||||
|
flex-wrap: wrap
|
||||||
margin: 15px 0
|
margin: 15px 0
|
||||||
|
|
||||||
.card-details-item
|
.card-details-item
|
||||||
|
|
@ -80,10 +81,12 @@
|
||||||
&.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
|
||||||
|
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