diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a13f73d7a..39cdaa47a 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1640,17 +1640,6 @@ tr.turn:hover { display: none; } -.messages-show .message-buttons { - margin-top: $lineheight; - margin-bottom: $lineheight * 1.5; - padding-top: $lineheight; - border-top: 1px solid $lightgrey; -} - -.messages-show .buttons .mark-unread-button { - border-radius: 0; -} - /* Rules for "flash" notice boxes shown at the top of the content area */ .flash { diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 7cf674fef..080503f72 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -13,11 +13,11 @@