ohif-viewer/Packages/lesiontracker/components/nonTargetLesionDialog/nonTargetLesionDialog.css
2015-11-09 08:08:50 -05:00

33 lines
546 B
CSS

#nonTargetLesionLocationDialog {
background: transparent;
}
#modal-dialog-container-nonTargetLesion {
position: absolute;
border: none;
}
#btnCloseNonTargetLesionPopup {
outline: 0;
border: none;
background-color: transparent;
}
#selectNonTargetLesionLocation, #selectNonTargetLesionLocationResponse {
width: 80%;
}
.dialogContent, .lesionLocation, .locationResponse {
margin-bottom: 20px;
}
.elementContainer {
width: 100%;
margin: 0 auto;
float: none;
}
.locationOK {
text-align: center;
}