From: Tom Hughes Date: Mon, 9 Mar 2015 21:01:10 +0000 (+0000) Subject: Style site status notices X-Git-Tag: live~4191 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6feea89e7b23f7d8a049e04172290780cfa0b45f?ds=sidebyside Style site status notices --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 8a0010173..f0c8c2b20 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -636,6 +636,12 @@ nav.secondary { float: right; cursor: pointer; } + + p.error { + background-color: #ff7070; + padding: 10px; + font-weight: bold; + } } .welcome {