41 lines
788 B
Stylus
41 lines
788 B
Stylus
#lesionLocationDialog, #lesionLocationRelabelDialog
|
|
display: none
|
|
position: absolute
|
|
top: 0
|
|
bottom: 0
|
|
left: 0
|
|
right: 0
|
|
z-index: 100
|
|
width: 300px
|
|
margin: auto
|
|
border-radius: 5px
|
|
padding: 10px 20px 10px 20px
|
|
background-color: rgba(255,255,255,1)
|
|
|
|
/* dialogMobile is added to #lesionLocationDialog when touchDevices is detected */
|
|
.dialogMobile
|
|
margin: 0 auto
|
|
float: none
|
|
background-color: rgba(0,0,0,0.5)
|
|
text-align: center
|
|
|
|
#closeLesionPopup
|
|
outline: none
|
|
border: none
|
|
background-color: transparent
|
|
|
|
#selectLesionLocation
|
|
margin-top: 5px
|
|
|
|
.dialogContent
|
|
margin-bottom: 10px
|
|
|
|
#removeLesion
|
|
outline: none
|
|
text-decoration: none
|
|
|
|
#lesionLocationDialog
|
|
height: 110px
|
|
|
|
#lesionLocationRelabelDialog
|
|
height: 125px |