From 8139f6a26d45216931685919cf5505f5f3f10b0e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 2 Nov 2015 12:18:23 -0500 Subject: [PATCH] toaster components + deprecated alert.location --- less/modules/alerts.less | 38 +++++++++----------------------------- templates/alert.tpl | 2 +- templates/footer.tpl | 5 +---- 3 files changed, 11 insertions(+), 34 deletions(-) diff --git a/less/modules/alerts.less b/less/modules/alerts.less index bdba643..ba82641 100644 --- a/less/modules/alerts.less +++ b/less/modules/alerts.less @@ -1,35 +1,15 @@ .alert-window { - position:fixed; - width:300px; - z-index:10002; - .toaster-alert { - .pointer; - } + position: fixed; + width: 300px; + z-index: 10002; + + right: 20px; + bottom: 0px; .alert { img { - float:left; - padding-right:10px; - } + float: left; + padding-right: 10px; + } } -} - -.alert-left-top { - left:20px; - top:70px; -} - -.alert-left-bottom { - left:20px; - bottom:20px; -} - -.alert-right-top { - right:20px; - top:70px; -} - -.alert-right-bottom { - right:20px; - bottom:20px; } \ No newline at end of file diff --git a/templates/alert.tpl b/templates/alert.tpl index 8621593..f59a5a3 100644 --- a/templates/alert.tpl +++ b/templates/alert.tpl @@ -1,4 +1,4 @@ -
+
diff --git a/templates/footer.tpl b/templates/footer.tpl index 446c761..280ea5b 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -13,10 +13,7 @@
-
-
-
-
+