From: Tom Hughes Date: Wed, 8 Jul 2020 18:09:55 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/2696' X-Git-Tag: live~3038 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/efa2c20bff4d68cfdaf5fc532ba5eb0711e7cd2d?hp=-c Merge remote-tracking branch 'upstream/pull/2696' --- efa2c20bff4d68cfdaf5fc532ba5eb0711e7cd2d diff --combined app/assets/stylesheets/common.scss index 8be986db5,2f7c959c0..260504ac3 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -30,6 -30,11 +30,6 @@@ small, aside #container { position: relative; } -.column-1 { - width: 50%; - margin: 0 0 $lineheight/2 0; -} - .small_icon { vertical-align: middle; margin-right: $lineheight/4; @@@ -96,6 -101,10 +96,10 @@@ a } } + .text-muted a { + color: $blue; + } + /* Rules for the header */ #menu-icon { @@@ -1266,15 -1275,12 +1270,15 @@@ tr.turn:hover /* Rules for small maps in content areas */ .content_map { - position: relative; - width: 45%; - height: 400px; + height: 200px; border: 1px solid $grey; margin-bottom: $lineheight; - float: right; +} + +@include media-breakpoint-up(md) { + .content_map { + height: 400px; + } } /* Rules for the new trace form */ @@@ -1327,6 -1333,16 +1331,6 @@@ margin-right: $lineheight; } -.activity-block { - clear: left; - border-bottom: 1px solid $grey; - padding-bottom: $lineheight; - float: left; - h3 { - margin-bottom: $lineheight/2; - } -} - .contact-activity { margin-top: $lineheight; width: 100%; @@@ -1405,7 -1421,7 +1409,7 @@@ margin-top: $lineheight/2; } - &.deemphasize { + &.deleted { background-color: #fee; } @@@ -1460,7 -1476,7 +1464,7 @@@ padding-top: $lineheight; border-top: 1px solid $grey; } - &.deemphasize { + &.deleted { background-color: #fee; } p { @@@ -1555,6 -1571,11 +1559,6 @@@ display: inline !important; } -.content_map.settings_map { - width: 50%; - float: none; -} - /* Rules for the oauth settings page */ .oauth_clients .buttons .oauth-edit { diff --combined app/assets/stylesheets/small.scss index 0b62256a9,ed3eb3064..4b741baae --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@@ -9,6 -9,10 +9,6 @@@ body.small -webkit-appearance: none; } - .column-1 { - width: 100%; - } - #menu-icon { display: inline-block !important; } @@@ -101,6 -105,15 +101,6 @@@ top: 10px !important; } - .content_map { - width: 100%; - border: none; - float: none; - height: 200px; - max-height: none; - min-height: auto; - } - /* Rules for the login form */ #login_login input#user_email { @@@ -129,13 -142,6 +129,6 @@@ height: 300px !important; } - #userinformation .deemphasize { - position: relative; - right: auto; left: auto; - margin-top: 10px; - top: auto; - } - &.site-about #content .attr h1 { font-size: 28px; } diff --combined app/views/users/show.html.erb index 4e48ee983,1bd5f8fa5..440d68874 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@@ -11,7 -11,7 +11,7 @@@ <%= number_with_delimiter(current_user.changesets.size) %>
  • - <%= link_to t(".my notes"), :controller => "notes", :action => "mine" %> + <%= link_to t(".my notes"), user_notes_path(@user) %>
  • <%= link_to t(".my traces"), :controller => "traces", :action => "mine" %> @@@ -53,7 -53,7 +53,7 @@@ <%= number_with_delimiter(@user.changesets.size) %>
  • - <%= link_to t(".notes"), :controller => "notes", :action => "mine" %> + <%= link_to t(".notes"), user_notes_path(@user) %>
  • <%= link_to t(".traces"), :controller => "traces", :action => "index", :display_name => @user.display_name %> @@@ -147,7 -147,7 +147,7 @@@ <% end %> -

    +

    <%= t ".mapper since" %> <%= l @user.creation_time.to_date, :format => :long %> <% unless @user.terms_agreed %> @@@ -168,7 -168,7 +168,7 @@@ <% if current_user and current_user.administrator? -%> -