2015-11-09 14:08:50 +01:00
|
|
|
#nonTargetLesionLocationDialog {
|
2015-11-12 17:31:23 +01:00
|
|
|
display: none;
|
2015-11-09 14:08:50 +01:00
|
|
|
position: absolute;
|
2015-11-12 17:31:23 +01:00
|
|
|
z-index: 100;
|
|
|
|
|
background: white;
|
|
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
|
border-radius: 10px;
|
2015-11-09 14:08:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#selectNonTargetLesionLocation, #selectNonTargetLesionLocationResponse {
|
2015-11-12 17:31:23 +01:00
|
|
|
width: 100%;
|
2015-11-09 14:08:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialogContent, .lesionLocation, .locationResponse {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.elementContainer {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.locationOK {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2015-11-13 20:44:17 +01:00
|
|
|
|
|
|
|
|
.btn{
|
|
|
|
|
background-color: #bbb;
|
|
|
|
|
border: 1px solid #888;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|