ohif-viewer/Packages/lesiontracker/components/nonTargetLesionDialog/nonTargetLesionDialog.css

33 lines
555 B
CSS
Raw Normal View History

2015-11-09 14:08:50 +01:00
#nonTargetLesionLocationDialog {
display: none;
2015-11-09 14:08:50 +01:00
position: absolute;
z-index: 100;
background: white;
padding: 10px 20px 10px 20px;
border-radius: 10px;
2015-11-09 14:08:50 +01:00
}
#selectNonTargetLesionLocation, #selectNonTargetLesionLocationResponse {
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;
}