diff options
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 4309136..ee591c5 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -16,6 +16,10 @@ list-style-type: none; } +i.new-message { + float: right; + margin-right: 2em; +} /* from Bootstrap's alert class */ .errorlist { |