From: Tom Hughes Date: Sun, 13 Aug 2023 09:50:33 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4144' X-Git-Tag: live~1170 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e2cb2327f9e5a3a107dbe249e4fe503cbde45d24?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/4144' --- e2cb2327f9e5a3a107dbe249e4fe503cbde45d24 diff --combined app/assets/stylesheets/common.scss index f7192a68e,5b15fcc5d..b694247a8 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -1047,49 -1047,24 +1047,24 @@@ tr.turn:hover width: 100%; } - /* Rules for the diary list page */ - - .diary_post { - position: relative; - padding-top: $lineheight; - padding-bottom: $lineheight/2; - border-top: 1px solid $grey; - - &.deleted { - background-color: #fee; - } - } - /* Rules for the diary entry page */ .diary_entries { #map { height: 400px; display: none; - margin-bottom: $lineheight; } .comments { max-width: 740px; } .diary-comment { border-top: 1px dashed $grey; - padding-top: $lineheight/2; - padding-bottom: $lineheight/2; &:first-child { - margin-top: $lineheight/2; - padding-top: $lineheight; border-top: 1px solid $grey; } - &.deleted { - background-color: #fee; - } p { margin-bottom: $lineheight/2; } - .comment-heading { - margin-bottom: 0; - margin-top: 0; - } } } @@@ -1132,6 -1107,11 +1107,6 @@@ /* Rules for messages pages */ .messages { - button[type="submit"] { - margin: auto; - white-space: nowrap; - } - .inbox-row { background: $offwhite; } @@@ -1141,6 -1121,24 +1116,6 @@@ } } -.inbox-row .inbox-mark-read { - display: none; -} - -.inbox-sent { - white-space: nowrap; -} - -.inbox-mark-unread, -.inbox-mark-read, -.inbox-delete { - width: 1%; -} - -.inbox-row-unread .inbox-mark-unread { - display: none; -} - .search_form { background-color: $lightgrey;