From: Tom Hughes Date: Mon, 10 Sep 2018 13:11:19 +0000 (+0100) Subject: Rename CSS class matches for changes in action names X-Git-Tag: live~2861 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/744fadccd9e4d46ae9807f1a7634c910fa0255b6 Rename CSS class matches for changes in action names --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f9214b24d..cf1019308 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1501,7 +1501,7 @@ tr.turn:hover { /* Rules for the trace view */ -.trace-view { +.trace-show { .trace_pending { color: red; } @@ -1585,7 +1585,7 @@ tr.turn:hover { margin-left: 70px; } -.user-view { +.user-show { // Silly exception; remove when user page is redesigned. .content-inner { max-width: none; @@ -1712,7 +1712,7 @@ tr.turn:hover { } } -.diary_entry-view img.user_thumbnail { +.diary_entry-show img.user_thumbnail { float: left; }