Change warning bar z-index

This commit is contained in:
brantje 2016-10-01 18:07:44 +02:00
parent 1048365e95
commit 3dc19d2371
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
3 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@
padding: 12px;
font-weight: bold;
text-align: center;
z-index: 9999;
z-index: 800;
background-color: red;
color: white; }
.warning_bar .fa-times {

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
padding: 12px;
font-weight: bold;
text-align: center;
z-index: 9999;
z-index: 800;
background-color: red;
color: white;
.fa-times{