From: Tom Hughes Date: Wed, 6 Jun 2018 13:45:19 +0000 (+0100) Subject: Update style for change of name for message controller X-Git-Tag: live~3072 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/beec16232df29300ebd18947b3ef54fa4c2adcdd?ds=sidebyside Update style for change of name for message controller --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index eb7cbf845..cef2efbb2 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1889,14 +1889,14 @@ tr.turn:hover { display: none; } -.message-read .message-buttons { +.messages-show .message-buttons { margin-top: $lineheight; margin-bottom: $lineheight * 1.5; padding-top: $lineheight; border-top: 1px solid $lightgrey; } -.message-read .buttons .mark-unread-button { +.messages-show .buttons .mark-unread-button { border-radius: 0; }