diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-05-03 19:00:31 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-05-03 19:29:19 +0200 |
commit | 3123d2ed9220ab1103a800041e4e46d0f6fbf6c8 (patch) | |
tree | 4cf919a247ca5b31b17b7dc9d9a44d92315f3f83 /hyperkitty/static/css | |
parent | 366a134413586f3ddbf453ea1601eb1944d43d90 (diff) | |
download | hyperkitty-3123d2ed9220ab1103a800041e4e46d0f6fbf6c8.tar.gz hyperkitty-3123d2ed9220ab1103a800041e4e46d0f6fbf6c8.tar.xz hyperkitty-3123d2ed9220ab1103a800041e4e46d0f6fbf6c8.zip |
Standardize flash messages a bit
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 26b1153..0a3e114 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -33,13 +33,16 @@ /* Flash messages */ -.flashmsg { +.flashmsgs { position: absolute; left: 0; width: 100%; text-align: center; } -.flashmsg .alert { +.flashmsgs .flashmsg-wrapper { + display: block; +} +.flashmsgs .alert { display: inline-block; } |