mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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'}}
|
||||
.card-checklist-attachmentGalery.card-attachmentGalery
|
||||
+attachmentsGalery
|
||||
hr
|
||||
|
||||
.card-details-right
|
||||
|
||||
unless currentUser.isNoComments
|
||||
hr
|
||||
.activity-title
|
||||
h3.card-details-item-title
|
||||
i.fa.fa-history
|
||||
|
|
|
@ -275,15 +275,17 @@ avatar-radius = 50%
|
|||
top: 60px
|
||||
left: 20px
|
||||
width: 47%
|
||||
border-right: solid 2px #dbdbdb
|
||||
padding-right: 10px
|
||||
|
||||
.card-details-right
|
||||
position: absolute
|
||||
float: right
|
||||
top: 20px
|
||||
left: 50%
|
||||
margin: 15px 0
|
||||
|
||||
.card-details-header
|
||||
width: 47%
|
||||
width: 100%
|
||||
|
||||
input[type="text"].attachment-add-link-input
|
||||
float: left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue