From 9bffdec2a5e9c318a6c0536143bfe5de1efe9548 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Tue, 17 Feb 2015 00:56:12 +0100 Subject: [PATCH] fix growl notification positioning, this time for real --- app/assets/stylesheets/base.css.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index 2187476a..6eb4184f 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -117,6 +117,7 @@ body { } } -#growls .default { - top: 64px; +#growls.default{ + top:64px; + right:10px } \ No newline at end of file