[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2013-04-15
ui change: forgot password link style
@bec7551c560799b790e2c0fd18c4582c4a066923
app/assets/stylesheets/less/_common.less
--- app/assets/stylesheets/less/_common.less
+++ app/assets/stylesheets/less/_common.less
@@ -158,6 +158,10 @@
     text-align:center;
 }
 
+.right-txt {
+  text-align:right;
+}
+
 .bgblack {
     background:#000;
 }
app/views/login.scala.html
--- app/views/login.scala.html
+++ app/views/login.scala.html
@@ -25,9 +25,9 @@
 					</dd>
             	</dl>
 
-                <div class="act-row">
+                <div class="act-row right-txt">
                     <input type="checkbox" class="checkbox" autocomplete="off" id="remember-me" name="remeber-me"><label for="remember-me" class="bg-checkbox">@Messages("title.rememberMe")</label>
-                    <a href="/forgot-password" class="forgot-password">@Messages("title.forgotpassword")</a>
+                    <a href="@routes.PasswordResetApp.lostPassword()" class="forgot-password"><span class="label ">@Messages("title.forgotpassword")</span></a>
                 </div>
                 
                 <div class="btns-row">
Add a comment
List