[Notice] Announcing the End of Demo Server [Read me]
--- app/assets/stylesheets/less/_common.less
+++ app/assets/stylesheets/less/_common.less
... | ... | @@ -158,6 +158,10 @@ |
158 | 158 |
text-align:center; |
159 | 159 |
} |
160 | 160 |
|
161 |
+.right-txt { |
|
162 |
+ text-align:right; |
|
163 |
+} |
|
164 |
+ |
|
161 | 165 |
.bgblack { |
162 | 166 |
background:#000; |
163 | 167 |
} |
--- app/views/login.scala.html
+++ app/views/login.scala.html
... | ... | @@ -25,9 +25,9 @@ |
25 | 25 |
</dd> |
26 | 26 |
</dl> |
27 | 27 |
|
28 |
- <div class="act-row"> |
|
28 |
+ <div class="act-row right-txt"> |
|
29 | 29 |
<input type="checkbox" class="checkbox" autocomplete="off" id="remember-me" name="remeber-me"><label for="remember-me" class="bg-checkbox">@Messages("title.rememberMe")</label> |
30 |
- <a href="/forgot-password" class="forgot-password">@Messages("title.forgotpassword")</a> |
|
30 |
+ <a href="@routes.PasswordResetApp.lostPassword()" class="forgot-password"><span class="label ">@Messages("title.forgotpassword")</span></a> |
|
31 | 31 |
</div> |
32 | 32 |
|
33 | 33 |
<div class="btns-row"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?