From: Tom Hughes Date: Fri, 10 Mar 2017 16:46:29 +0000 (+0000) Subject: Improve styling of flash messages on the front page X-Git-Tag: live~3476 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4ac9ed6f1420531579ab9f19f282c3da1372ab4f?hp=5cdb835de3d3b40c1b40f13349da99d63e7c4047 Improve styling of flash messages on the front page --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f7c6e74ad..121e0c6d6 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -591,6 +591,18 @@ body.compact { float: right; cursor: pointer; } + + .flash { + padding: 15px; + + picture { + margin-right: -25px; + } + + div.message { + margin-left: 30px; + } + } } .overlay-sidebar #sidebar {