Fix layout issues in oauth views

This commit is contained in:
Johannes Zellner
2017-08-15 11:11:09 +02:00
parent 054de4813d
commit afcb3dd237
9 changed files with 174 additions and 183 deletions
+14 -11
View File
@@ -2,21 +2,24 @@
<!-- tester -->
<center>
<h1>Password reset successful</h1>
</center>
<div class="layout-content">
<br/>
<center>
<h2>Password reset successful</h2>
</center>
<div class="container">
<br/>
<div class="container">
<div class="row">
<center class="col-md-6 col-md-offset-3">
<p>An email was sent to you with a link to set a new password.</p>
<br/>
<br/>
If you have not received any email, simply <a href="/api/v1/session/password/resetRequest.html">try again</a>.
</center>
<div class="col-md-6 col-md-offset-3 text-center">
<p>An email was sent to you with a link to set a new password.</p>
<br/>
<br/>
If you have not received any email, simply <a href="/api/v1/session/password/resetRequest.html">try again</a>.
</div>
</div>
</div>
</div>
<% include footer %>