mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Card Details Popup and Sub-Popup's same look as the desktop view
This commit is contained in:
parent
dae58d11c2
commit
c07a1412f7
2 changed files with 6 additions and 4 deletions
|
@ -316,7 +316,7 @@ input[type="submit"].attachment-add-link-submit
|
|||
margin-right: 40px
|
||||
|
||||
.card-details-popup
|
||||
padding: 0px
|
||||
padding: 0px 10px
|
||||
|
||||
.pop-over > .content-wrapper > .popup-container-depth-0
|
||||
width: 100%
|
||||
|
@ -327,6 +327,9 @@ input[type="submit"].attachment-add-link-submit
|
|||
& > .content > .card-details-popup
|
||||
overflow-y: auto
|
||||
|
||||
& hr
|
||||
margin: 15px 0px
|
||||
|
||||
card-details-color(background, color...)
|
||||
background: background !important
|
||||
if color
|
||||
|
|
|
@ -13,6 +13,8 @@ $popupWidth = 300px
|
|||
z-index: 99999
|
||||
margin-top: 5px
|
||||
|
||||
hr
|
||||
margin: 4px 0px
|
||||
|
||||
p,
|
||||
textarea,
|
||||
|
@ -315,10 +317,7 @@ $popupWidth = 300px
|
|||
.pop-over-list
|
||||
li > a
|
||||
width: calc(100% - 20px)
|
||||
padding: 10px 10px
|
||||
margin: 0px 0px
|
||||
border-bottom: 1px solid #eee
|
||||
|
||||
|
||||
for depth in (1..6)
|
||||
.popup-container-depth-{depth}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue