]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/application/_auth_providers.html.erb
changing SOTMEU banner on organiser request
[rails.git] / app / views / application / _auth_providers.html.erb
index 12f8c4d7dbddb6903584904368426f2375b870ea..e3e5123cc56310c1141d6be95f498e55f0a37b44 100644 (file)
           <% end -%>
         <% end -%>
       </div>
-      <div class="list-inline justify-content-center d-flex align-items-center flex-wrap w-50">
+      <div class="list-inline justify-content-center d-flex align-items-center flex-wrap gap-2 w-50 px-1">
     <% else %>
-      <div class="list-inline justify-content-center d-flex align-items-center flex-wrap w-100">
+      <div class="list-inline justify-content-center d-flex align-items-center flex-wrap gap-2 w-100">
     <% end %>
 
-      <%= link_to image_tag("openid.png",
-                            :alt => t("application.auth_providers.openid.title"),
+      <%= link_to image_tag("openid.svg",
+                            :alt => t("application.auth_providers.openid.alt"),
                             :size => "36"),
                   "#",
                   :id => "openid_open_url",
                   :title => t("application.auth_providers.openid.title"),
-                  :class => "p-2 d-block" %>
+                  :class => "btn btn-light p-2 d-block" %>
 
       <% %w[google facebook microsoft github wikipedia].each do |provider| %>
         <% unless @preferred_auth_provider == provider %>