summaryrefslogtreecommitdiff
path: root/assets/css/src/alert.css
diff options
context:
space:
mode:
authorMaxime Corteel <maxime.corteel@gadz.org>2016-03-05 16:53:42 +0100
committerMaxime Corteel <maxime.corteel@gadz.org>2016-03-05 16:53:42 +0100
commita745601f4da9a125f71050d3ecef451caf8ffbbc (patch)
tree1426c10a17cc9baa52769c6c5470fd038d798ae8 /assets/css/src/alert.css
parent9983e1422b6a473bf8be0b56773140a3886a239a (diff)
[Bug #1632] Fix the .alert-fade-out to the bottom of the screen
Diffstat (limited to 'assets/css/src/alert.css')
-rw-r--r--assets/css/src/alert.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/src/alert.css b/assets/css/src/alert.css
index 0a5a35ee..5ad649ea 100644
--- a/assets/css/src/alert.css
+++ b/assets/css/src/alert.css
@@ -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;
+}