Add message if no elevation data is available (#373)
This commit is contained in:
parent
1ff25a566e
commit
845a3f0378
4 changed files with 29 additions and 1 deletions
|
|
@ -770,3 +770,16 @@ table.dataTable.display tbody tr:hover.selected {
|
|||
content: '\f06a'; /* fa-exclamation */
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
#elevation-chart {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#no-elevation-data {
|
||||
z-index: 1000;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue