1
0
Fork 0

Fix stage notice placement

merge-requests/125/head
Nikos Roussos 2015-05-11 20:05:54 +03:00
parent 3845cf998d
commit f03b16cc97
3 changed files with 13 additions and 1 deletions

View File

@ -174,9 +174,14 @@ footer {
.stage-notice {
background-color: #D74545;
color: white;
padding: 10px;
padding: 5px;
text-align: center;
font-size: 0.9em;
z-index: 20;
width: 100%;
position: fixed;
top: 0px;
left: 0px;
}
.stage-notice a {

View File

@ -20,6 +20,7 @@
<body>
{{ stage_notice }}
{% block prenav-content %}{% endblock %}
<div class="container">
<nav class="navbar navbar-default" role="navigation" id="main-navbar">

View File

@ -1,3 +1,9 @@
<style>
#main-navbar {
margin-top: 4%;
}
</style>
<div class="stage-notice">
This is the stage enviroment.
Feel free to test it and <a href="https://github.com/satnogs/satnogs-network/issues" target="_blank">report bugs</a>.