Apply bordered form styling to login forms

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2612/head
Alex Coles 10 years ago
parent ad7e61cab2
commit cdb0f3a8bc
  1. 2
      app/views/account/exit.html.erb
  2. 2
      app/views/account/login.html.erb

@ -41,7 +41,7 @@ See doc/COPYRIGHT.rdoc for more details.
instruction_text = I18n.t "instructions_#{instructions}", signin: signin_link
%>
<div id="login-form" class="form">
<div id="login-form" class="form -bordered">
<h1><%= I18n.t(:label_login) %></h1>
<hr class="form--separator">
<p><%= instruction_text.html_safe %></p>

@ -31,7 +31,7 @@ See doc/COPYRIGHT.rdoc for more details.
<% breadcrumb_paths(l(:label_login)) %>
<%= call_hook :view_account_login_top %>
<div id="login-form" class="form">
<div id="login-form" class="form -bordered">
<h1><%= I18n.t(:label_login) %></h1>
<hr class="form--separator">

Loading…
Cancel
Save