Center notification box

This commit is contained in:
Frederic Guillot 2016-03-27 17:24:05 -04:00
parent a20f4f2904
commit cefeb7ef96
2 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -43,15 +43,17 @@
}
.alert-fade-out {
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 1.1em;
padding-top: 15px;
padding-bottom: 15px;
left: 20%;
width: 60%;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0;
border-width: 1px 0 0;
border-radius: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
z-index: 9999;
}