2015-12-09 14:24:40 +01:00
|
|
|
#nonTargetLesionLocationDialog, #nonTargetLesionRelabelDialog
|
2015-12-07 17:15:14 +01:00
|
|
|
position: absolute
|
|
|
|
|
top: 0
|
|
|
|
|
bottom: 0
|
|
|
|
|
left: 0
|
|
|
|
|
right: 0
|
|
|
|
|
z-index: 100
|
|
|
|
|
width: 300px
|
|
|
|
|
height: 230px
|
|
|
|
|
border-radius: 5px
|
|
|
|
|
padding: 10px 20px 10px 20px
|
2016-09-05 15:20:30 +02:00
|
|
|
background-color: white
|
2016-01-09 23:04:22 +01:00
|
|
|
outline: none
|
2015-12-07 17:15:14 +01:00
|
|
|
|
|
|
|
|
#selectNonTargetLesionLocation, #selectNonTargetLesionLocationResponse
|
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
.dialogContent, .lesionLocation, .locationResponse
|
|
|
|
|
margin-bottom: 20px
|
|
|
|
|
|
|
|
|
|
.locationOK
|
|
|
|
|
text-align: center
|
2015-12-21 18:11:17 +01:00
|
|
|
|
|
|
|
|
/* dialogMobile is added to #nonTargetLesionLocationDialog when touchDevices is detected */
|
|
|
|
|
.dialogMobile
|
2016-09-05 15:20:30 +02:00
|
|
|
margin: auto
|