]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4954'
authorTom Hughes <tom@compton.nu>
Sun, 7 Jul 2024 09:47:56 +0000 (10:47 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 7 Jul 2024 09:47:56 +0000 (10:47 +0100)
1  2 
app/assets/stylesheets/common.scss
app/views/users/blocked.html.erb

index 11f0a5fd386c28e914b2ad10e3175df50988b399,69e82666ffbae81f4ade63bfa2197387978e0733..a1734682e159e2c3040ca67fee5b828c864331cd
@@@ -677,10 -677,16 +677,16 @@@ tr.turn 
    padding: $lineheight;
  }
  
- /* Overrides for pages that use new layout conventions */
+ /* Rules for login and signup pages */
+ .sessions-new, .users-new, .users-create {
+   #content .content-inner {
+     max-width: 760px;
+   }
+ }
  
  .header-illustration {
 -  background-position: 0 0;
 +  background-position: right;
    background-repeat: no-repeat;
    position: relative;
    min-height: 200px;
index 9776136a8e6c18b1dc5d289d7377346f16a22bc9,378d15facd1126f5eeb45338aec4aa4a6a866ba3..a3ef3429b9ff2372e5ba8e456171dd417c4d768f
@@@ -1,7 -1,7 +1,7 @@@
- <% content_for :heading_class, "p-0 mw-100" %>
+ <% content_for :heading_class, "pb-0" %>
  <% content_for :heading do %>
-   <div class="header-illustration new-user-main auth-container mx-auto">
+   <div class="header-illustration new-user-main">
 -    <ul class="nav nav-tabs position-absolute bottom-0 px-3 fs-6 w-100">
 +    <ul class="nav nav-tabs position-absolute bottom-0 fs-6 w-100">
        <li class="nav-item">
          <%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions), :class => "nav-link" %>
        </li>