From cefeb7ef96902f4c75936bccc0cd72258ef0d7d6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 27 Mar 2016 17:24:05 -0400 Subject: Center notification box --- assets/css/src/alert.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'assets/css/src/alert.css') diff --git a/assets/css/src/alert.css b/assets/css/src/alert.css index 874f37dd..99a8d254 100644 --- a/assets/css/src/alert.css +++ b/assets/css/src/alert.css @@ -43,15 +43,17 @@ } .alert-fade-out { + text-align: center; position: fixed; bottom: 0; - left: 0; - width: 100%; - font-size: 1.1em; - padding-top: 15px; - padding-bottom: 15px; + left: 20%; + width: 60%; + padding-top: 5px; + padding-bottom: 5px; margin-bottom: 0; border-width: 1px 0 0; border-radius: 0; + border-top-left-radius: 4px; + border-top-right-radius: 4px; z-index: 9999; } -- cgit v1.2.3