NonTarget Tool is using callback function to set lesion number, Unused function-nonTargetToolAdded is removed from lesionTable.js
29 lines
472 B
CSS
29 lines
472 B
CSS
#nonTargetLesionLocationDialog {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 100;
|
|
background: white;
|
|
padding: 10px 20px 10px 20px;
|
|
border-radius: 10px;
|
|
|
|
|
|
}
|
|
|
|
#selectNonTargetLesionLocation, #selectNonTargetLesionLocationResponse {
|
|
width: 100%;
|
|
}
|
|
|
|
.dialogContent, .lesionLocation, .locationResponse {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.elementContainer {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
float: none;
|
|
}
|
|
|
|
.locationOK {
|
|
text-align: center;
|
|
}
|