ohif-viewer/Packages/lesiontracker/components/nonTargetLesionDialog/nonTargetLesionDialog.css
2015-11-13 15:11:35 -05:00

33 lines
555 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;
}
.btn{
background-color: #bbb;
border: 1px solid #888;
color: #000000;
}