diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-27 17:24:05 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-27 17:24:05 -0400 |
commit | cefeb7ef96902f4c75936bccc0cd72258ef0d7d6 (patch) | |
tree | 14bdb1cab661ccb6c5ec5838be990062ee1dda46 /assets/css/src/alert.css | |
parent | a20f4f2904f12e6b90aac2efdc5be3472cd74375 (diff) |
Center notification box
Diffstat (limited to 'assets/css/src/alert.css')
-rw-r--r-- | assets/css/src/alert.css | 12 |
1 files changed, 7 insertions, 5 deletions
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; } |