mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 07:24:07 +01:00
Changed maximized card header to use width 100%. Added border to split left and right sides.
This commit is contained in:
parent
2a362a2e85
commit
a76eb9da03
2 changed files with 5 additions and 3 deletions
|
|
@ -554,11 +554,11 @@ template(name="cardDetails")
|
||||||
| {{_ 'attachments'}}
|
| {{_ 'attachments'}}
|
||||||
.card-checklist-attachmentGalery.card-attachmentGalery
|
.card-checklist-attachmentGalery.card-attachmentGalery
|
||||||
+attachmentsGalery
|
+attachmentsGalery
|
||||||
|
hr
|
||||||
|
|
||||||
.card-details-right
|
.card-details-right
|
||||||
|
|
||||||
unless currentUser.isNoComments
|
unless currentUser.isNoComments
|
||||||
hr
|
|
||||||
.activity-title
|
.activity-title
|
||||||
h3.card-details-item-title
|
h3.card-details-item-title
|
||||||
i.fa.fa-history
|
i.fa.fa-history
|
||||||
|
|
|
||||||
|
|
@ -275,15 +275,17 @@ avatar-radius = 50%
|
||||||
top: 60px
|
top: 60px
|
||||||
left: 20px
|
left: 20px
|
||||||
width: 47%
|
width: 47%
|
||||||
|
border-right: solid 2px #dbdbdb
|
||||||
|
padding-right: 10px
|
||||||
|
|
||||||
.card-details-right
|
.card-details-right
|
||||||
position: absolute
|
position: absolute
|
||||||
float: right
|
float: right
|
||||||
top: 20px
|
|
||||||
left: 50%
|
left: 50%
|
||||||
|
margin: 15px 0
|
||||||
|
|
||||||
.card-details-header
|
.card-details-header
|
||||||
width: 47%
|
width: 100%
|
||||||
|
|
||||||
input[type="text"].attachment-add-link-input
|
input[type="text"].attachment-add-link-input
|
||||||
float: left
|
float: left
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue