- Removed AssociatedStudies Collection - Measurement API is generated from configuration files - Data exchange methods are defined in configuration
35 lines
632 B
Stylus
35 lines
632 B
Stylus
#measurementLocationDialog, #measurementLocationRelabelDialog
|
|
display: none
|
|
position: absolute
|
|
top: 0
|
|
bottom: 0
|
|
left: 0
|
|
right: 0
|
|
z-index: 100
|
|
width: 300px
|
|
height: 130px
|
|
border-radius: 5px
|
|
padding: 10px 20px 10px 20px
|
|
background-color: rgba(255,255,255,1)
|
|
outline: none
|
|
|
|
#closeLesionPopup
|
|
outline: none
|
|
border: none
|
|
background-color: transparent
|
|
|
|
#selectMeasurementLocation
|
|
margin-top: 5px
|
|
|
|
.dialogContent
|
|
margin-bottom: 10px
|
|
|
|
#removeLesion
|
|
outline: none
|
|
text-decoration: none
|
|
|
|
#measurementLocationDialog
|
|
height: 110px
|
|
|
|
#measurementLocationRelabelDialog
|
|
height: 125px |