From 99d98a70168b2035c3f8bc0004f64f96c6768cad Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 27 Sep 2014 14:58:30 -0400 Subject: [PATCH] forgot to import alerts css --- public/less/admin/admin.less | 38 +++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index db65892ef3..46ea35d349 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -548,4 +548,40 @@ .fa-icons .col-md-3 { padding-left: 0; padding-right: 0; -} \ No newline at end of file +} + +.alert-window { + position:fixed; + width:300px; + z-index:10; + .toaster-alert { + .pointer; + } + + .alert { + img { + 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; +}