2015-12-19 04:24:00 +01:00
|
|
|
#nonTargetResponseDialog
|
|
|
|
|
display: none
|
|
|
|
|
position: absolute
|
|
|
|
|
top: 0
|
|
|
|
|
bottom: 0
|
|
|
|
|
left: 0
|
|
|
|
|
right: 0
|
|
|
|
|
z-index: 100
|
|
|
|
|
width: 300px
|
|
|
|
|
height: 150px
|
|
|
|
|
border-radius: 5px
|
|
|
|
|
padding: 10px 20px 10px 20px
|
|
|
|
|
background-color: rgba(255,255,255,1)
|
2016-01-09 23:04:22 +01:00
|
|
|
outline: none
|
2015-12-19 04:24:00 +01:00
|
|
|
|
|
|
|
|
#selectNonTargetLesionLocationResponse
|
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
.dialogContent, .locationResponse
|
|
|
|
|
margin-bottom: 20px
|
|
|
|
|
|
|
|
|
|
.locationOK
|
|
|
|
|
text-align: center
|
|
|
|
|
|