|
|
|
@ -23,7 +23,7 @@ |
|
|
|
|
<strong>User</strong> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<input type="text" name="username" class="tight-form-input last" required ng-model='formModel.user' placeholder="email or username" style="width: 246px"> |
|
|
|
|
<input type="text" name="username" class="tight-form-input last" required ng-model='formModel.user' placeholder="email or username" style="width: 255px"> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="clearfix"></div> |
|
|
|
@ -34,7 +34,7 @@ |
|
|
|
|
<strong>Password</strong> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<input type="password" name="password" class="tight-form-input last" required ng-model="formModel.password" id="inputPassword" style="width: 246px" placeholder="password"> |
|
|
|
|
<input type="password" name="password" class="tight-form-input last" required ng-model="formModel.password" id="inputPassword" style="width: 255px" placeholder="password"> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="clearfix"></div> |
|
|
|
@ -46,7 +46,7 @@ |
|
|
|
|
<strong>Email</strong> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<input type="email" class="tight-form-input last" required ng-model='formModel.email' placeholder="email" style="width: 246px"> |
|
|
|
|
<input type="email" class="tight-form-input last" required ng-model='formModel.email' placeholder="email" style="width: 255px"> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="clearfix"></div> |
|
|
|
@ -58,7 +58,7 @@ |
|
|
|
|
<strong>Password</strong> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<input type="password" class="tight-form-input last" watch-change="passwordChanged(inputValue)" ng-minlength="4" required ng-model='formModel.password' placeholder="password" style="width: 246px"> |
|
|
|
|
<input type="password" class="tight-form-input last" watch-change="passwordChanged(inputValue)" ng-minlength="4" required ng-model='formModel.password' placeholder="password" style="width: 255px"> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="clearfix"></div> |
|
|
|
|