[Bug #1632] Fix the .alert-fade-out to the bottom of the screen
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -45,3 +45,13 @@
|
|||||||
.alert li {
|
.alert li {
|
||||||
margin-left: 25px;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user