1
0
Fork 0

Fix stage notice z-index

merge-requests/475/head
Nikos Roussos 2018-03-16 14:33:09 +02:00
parent 05a17be988
commit 3e1e9a7cf7
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
2 changed files with 17 additions and 17 deletions

View File

@ -109,23 +109,6 @@
word-break: break-all;
}
.stage-notice {
background-color: #d74545;
color: white;
padding: 5px;
text-align: center;
font-size: 0.9em;
z-index: 20;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
.stage-notice a {
color: #ffff00;
}
.mapbox-improve-map,
.mapboxgl-ctrl-bottom-left {
display: none;

View File

@ -1,3 +1,20 @@
#main-navbar {
margin-top: 50px;
}
.stage-notice {
background-color: #d74545;
color: white;
padding: 5px;
text-align: center;
font-size: 0.9em;
z-index: 2;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
.stage-notice a {
color: #ffff00;
}