[Bug #1632] Fix the .alert-fade-out to the bottom of the screen

This commit is contained in:
Maxime Corteel 2016-03-05 16:53:42 +01:00
parent 9983e1422b
commit a745601f4d
2 changed files with 11 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,3 +45,13 @@
.alert li {
margin-left: 25px;
}
.alert-fade-out {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin-bottom: 0;
border-width: 1px 0 0;
border-radius: 0;
}