mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
margin-right: 40px
|
||||||
|
|
||||||
.card-details-popup
|
.card-details-popup
|
||||||
padding: 0px
|
padding: 0px 10px
|
||||||
|
|
||||||
.pop-over > .content-wrapper > .popup-container-depth-0
|
.pop-over > .content-wrapper > .popup-container-depth-0
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -327,6 +327,9 @@ input[type="submit"].attachment-add-link-submit
|
||||||
& > .content > .card-details-popup
|
& > .content > .card-details-popup
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
|
|
||||||
|
& hr
|
||||||
|
margin: 15px 0px
|
||||||
|
|
||||||
card-details-color(background, color...)
|
card-details-color(background, color...)
|
||||||
background: background !important
|
background: background !important
|
||||||
if color
|
if color
|
||||||
|
|
|
@ -13,6 +13,8 @@ $popupWidth = 300px
|
||||||
z-index: 99999
|
z-index: 99999
|
||||||
margin-top: 5px
|
margin-top: 5px
|
||||||
|
|
||||||
|
hr
|
||||||
|
margin: 4px 0px
|
||||||
|
|
||||||
p,
|
p,
|
||||||
textarea,
|
textarea,
|
||||||
|
@ -315,10 +317,7 @@ $popupWidth = 300px
|
||||||
.pop-over-list
|
.pop-over-list
|
||||||
li > a
|
li > a
|
||||||
width: calc(100% - 20px)
|
width: calc(100% - 20px)
|
||||||
padding: 10px 10px
|
|
||||||
margin: 0px 0px
|
margin: 0px 0px
|
||||||
border-bottom: 1px solid #eee
|
|
||||||
|
|
||||||
|
|
||||||
for depth in (1..6)
|
for depth in (1..6)
|
||||||
.popup-container-depth-{depth}
|
.popup-container-depth-{depth}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue