ohif-viewer/Packages/lesiontracker/components/nonTargetLesionDialog/nonTargetLesionDialog.css
Evren Ozkan 37c3eb4c71 NonTarget Tool refactoring
NonTarget Tool is using callback function to set lesion number,
Unused function-nonTargetToolAdded is removed from lesionTable.js
2015-11-12 11:31:29 -05:00

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;
}