Commit 63cc794f by Torkel Ödegaard

Small style fix to login page

parent fca6c85a
......@@ -17,6 +17,7 @@
</div>
<form name="loginForm" class="login-form">
<div class="tight-from-container">
<div class="tight-form" ng-if="loginMode">
<ul class="tight-form-list">
<li class="tight-form-item" style="width: 78px">
......@@ -63,6 +64,7 @@
</ul>
<div class="clearfix"></div>
</div>
</div>
<div ng-if="!loginMode" style="margin-left: 97px; width: 254px;">
<password-strength password="formModel.password"></password-strength>
......@@ -104,6 +106,6 @@
</div>
</div>
</div>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment