Bootstrap 5: Replace all form-group classes with mb-3
This commit is contained in:
parent
e80d74ae73
commit
934d81aa55
18 changed files with 43 additions and 43 deletions
|
@ -24,7 +24,7 @@
|
|||
<hr>
|
||||
|
||||
<div id="loginForm">
|
||||
<div class="form-group">
|
||||
<div class="mb-3">
|
||||
<label class="form-label"><%= t ".with external" %></label>
|
||||
|
||||
<ul class='list-unstyled' id="login_auth_buttons">
|
||||
|
@ -47,7 +47,7 @@
|
|||
</ul>
|
||||
|
||||
<%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %>
|
||||
<div id='login_openid_url' class="form-group">
|
||||
<div id='login_openid_url' class="mb-3">
|
||||
<label for='openid_url' class="form-label"><%= t ".openid_html", :logo => openid_logo %></label>
|
||||
<%= hidden_field_tag("referer", params[:referer], :autocomplete => "off") %>
|
||||
<%= text_field_tag("openid_url", "", :tabindex => 3, :autocomplete => "on", :class => "openid_url form-control") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue