summaryrefslogtreecommitdiffstats
path: root/app/login/controllers/login-controller.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/login/controllers/login-controller.html')
-rw-r--r--app/login/controllers/login-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/login/controllers/login-controller.html b/app/login/controllers/login-controller.html
index b89c2c4..e162d8f 100644
--- a/app/login/controllers/login-controller.html
+++ b/app/login/controllers/login-controller.html
@@ -30,7 +30,7 @@
<p ng-message="required">Field is required</p>
</div>
- <input id="login__submit" class="btn-primary submit" type="button" value="Log in" role="button" ng-click="login(host, username, password); submitted = true; login__form.$setPristine()" ng-class="{error: error}" ng-disabled="dataService.loading">
+ <input id="login__submit" class="btn btn-primary full-width" type="button" value="Log in" role="button" ng-click="login(host, username, password); submitted = true; login__form.$setPristine()" ng-class="{error: error}" ng-disabled="dataService.loading">
</fieldset>
</form>
</div>
OpenPOWER on IntegriCloud