qwc2
Version:
QGIS Web Client
32 lines (27 loc) • 572 B
CSS
div.height-profile-chart-container {
height: 100%;
}
div.height-profile-loading-indicator {
display: flex;
align-items: center;
justify-content: center;
padding-left: 0.5em;
padding-bottom: 0.5em;
height: 100%;
}
div.height-profile-loading-indicator > div.spinner {
width: 1.5em;
height: 1.5em;
margin-right: 0.25em;
}
div.height-profile-error {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: red;
}
.height-profile-dataset-select {
position: absolute;
right: 0;
}