style Reset Password
This commit is contained in:
parent
2fe0e54111
commit
37ae82bd05
4 changed files with 27 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
||||||
class Index extends App.ControllerContent
|
class Index extends App.ControllerContent
|
||||||
className: 'container'
|
className: 'reset_password fit'
|
||||||
|
|
||||||
events:
|
events:
|
||||||
'submit form': 'submit'
|
'submit form': 'submit'
|
||||||
|
|
|
@ -1,14 +1,18 @@
|
||||||
<div class="hero-unit">
|
<div class="fullHeight vertical center justified">
|
||||||
|
<div class="hero-unit">
|
||||||
<% if @sent: %>
|
<% if @sent: %>
|
||||||
<h2><%- @T('We\'ve sent password reset instructions to your email address.') %><small></small></h2>
|
<h2><%- @T('We\'ve sent password reset instructions to your email address.') %><small></small></h2>
|
||||||
<p><%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %></p>
|
<p><%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %></p>
|
||||||
<a href="#" class="retry">» <%- @T('again') %> «</a>
|
<a href="#" class="subtle retry">» <%- @T('again') %> «</a>
|
||||||
<% end %>
|
<% end %>
|
||||||
<div id="form-password">
|
<div id="form-password">
|
||||||
<h2><%- @T( 'Forgot your password?' ) %><small></small></h2>
|
<h2><%- @T( 'Forgot your password?' ) %><small></small></h2>
|
||||||
<form id="form-password-item" class="form-normal">
|
<form id="form-password-item">
|
||||||
<a href="#/" class="btn btn-default cancel"><%- @T( 'Cancel' ) %></a>
|
<div class="form-controls">
|
||||||
<button class="btn btn-primary submit"><%- @T( 'Submit' ) %></button>
|
<a class="subtle-link standalone pull-left cancel" href="#/"><%- @T( 'Cancel & Go Back' ) %></a>
|
||||||
|
<button class="btn btn-primary submit pull-right"><%- @T( 'Submit' ) %></button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
<div class="hero-unit">
|
<div class="fullHeight vertical center justified">
|
||||||
|
<div class="hero-unit">
|
||||||
<h2><%- @T( 'Choose your new password.' ) %><small></small></h2>
|
<h2><%- @T( 'Choose your new password.' ) %><small></small></h2>
|
||||||
<form class="form-normal">
|
<form id="form-password-change">
|
||||||
<p id="form-password-change"></p>
|
|
||||||
<button class="btn btn-primary submit"><%- @T( 'Submit' ) %></button>
|
<button class="btn btn-primary submit"><%- @T( 'Submit' ) %></button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -395,6 +395,7 @@ h1 {
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
|
line-height: 25px;
|
||||||
color: rgba(0,8,14,.73);
|
color: rgba(0,8,14,.73);
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -444,7 +445,6 @@ label {
|
||||||
|
|
||||||
.help-inline {
|
.help-inline {
|
||||||
color: red;
|
color: red;
|
||||||
padding: 0 2px;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -590,7 +590,8 @@ label {
|
||||||
0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-unit h1 {
|
.hero-unit h1,
|
||||||
|
.hero-unit h2 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue