diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-05 15:37:15 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-05 15:37:15 -0500 |
commit | a19dc88567e6869b9082064e70db380f84032cef (patch) | |
tree | ea83f0276695fcfe4d01fc105a6613c8ef058aeb /assets/css/src | |
parent | f9367cb322641c3ab32ab1239a2c09f99c7d8ff5 (diff) |
Increase bottom notification size
Diffstat (limited to 'assets/css/src')
-rw-r--r-- | assets/css/src/alert.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/css/src/alert.css b/assets/css/src/alert.css index 5ad649ea..06aa0732 100644 --- a/assets/css/src/alert.css +++ b/assets/css/src/alert.css @@ -48,9 +48,12 @@ .alert-fade-out { position: fixed; - bottom: 0; - left: 0; + bottom: 0; + left: 0; width: 100%; + font-size: 1.1em; + padding-top: 15px; + padding-bottom: 15px; margin-bottom: 0; border-width: 1px 0 0; border-radius: 0; |