[Bug #1632] Fix the .alert-fade-out to the bottom of the screen
This commit is contained in:
parent
9983e1422b
commit
a745601f4d
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue