minor cleanup on login screen

email-send-options-from-account
Moe 2021-11-08 16:17:31 -08:00
parent 7c1f4b915a
commit c6456c4999
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<div id="page-contents" class="display-table full-height">
<div class="shinobi-bg-shade bg-gradient-blue">
<div class="d-flex flex-row full-height">
<div class="col-0 col-lg-8" style="background-image:url(<%- config.loginScreenBackground %>);background-size:cover;opacity:0.2">
<div class="col-0 col-lg-8" style="background-image:url(<%- config.loginScreenBackground %>);<%- config.loginScreenBackgroundCss ? config.loginScreenBackgroundCss : 'background-size: cover;opacity: 0.2;' %>">
</div>
<div class="col-12 col-lg-4 vertical-center" style="background:rgba(0,0,0,0.8)">
@ -114,7 +114,7 @@
} %>
</select>
<% } %>
<div class="form-group" <% config.showLoginTypeSelector === true ? '' : 'style="display:none"' %>>
<div class="form-group" <%- config.showLoginTypeSelector === true ? '' : 'style="display:none"' %>>
<label><%- lang['Authenticate'] %></label>
<select class="form-control wide-text" name="alternateLogin" selector="f_i">
<option value="" selected><%- lang.Default %></option>