From beec16232df29300ebd18947b3ef54fa4c2adcdd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 6 Jun 2018 14:45:19 +0100 Subject: [PATCH] Update style for change of name for message controller --- app/assets/stylesheets/common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.43.2