Add loading indicator
This commit is contained in:
parent
1b60d9af73
commit
45b8b40ce8
4 changed files with 41 additions and 15 deletions
|
|
@ -224,11 +224,14 @@ input#trackname:focus:invalid {
|
|||
/* map click/drag selects text in controls in Firefox because of display flex */
|
||||
-moz-user-select: none;
|
||||
}
|
||||
.leaflet-control-container,
|
||||
#message .alert {
|
||||
.leaflet-control-container {
|
||||
-moz-user-select: text;
|
||||
}
|
||||
#message {
|
||||
#notification_jar .alert {
|
||||
-moz-user-select: text;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#notification_jar {
|
||||
position: absolute;
|
||||
margin: 10px 46px; /* 10 + 26 + 10 */
|
||||
z-index: 3001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue