summaryrefslogtreecommitdiffstats
path: root/app/login
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-05-01 10:30:38 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:43:05 -0500
commit51946552fc8c6ac9b677ccf07949e837e9caaf52 (patch)
tree968aa741ed910e1b26e35c595b45352a0ab5e0a2 /app/login
parenta960c8c72e56a22d083654692c18f1b229cc10a7 (diff)
downloadphosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.tar.gz
phosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.zip
Misc CSS fixes
* set max content width to 960px * created mixin for bold font * move app-header content to global header * minor global changes * changed input alignment for network config inputs * added pop-out button class * changed lightgrey color * fixed accordion header actions responsiveness * fixed input box border colors Change-Id: Iffe26d526439d7f2bb6808528a975ab7374ff1b2 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/login')
-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 0fcbc97..b1acb9a 100644
--- a/app/login/controllers/login-controller.html
+++ b/app/login/controllers/login-controller.html
@@ -29,7 +29,7 @@
<input id="login__submit" class="btn-primary submit" type="button" value="Log in" role="button" ng-click="login(username, password)" ng-class="{error: error}" ng-disabled="dataService.loading">
<p class="login__error-msg" role="alert" ng-if="error">Incorrect username or password</p>
- <p class="login__error-msg" role="alert" ng-if="server_unreachable">Server Unreachable</p>
+ <p class="login__error-msg" role="alert" ng-if="server_unreachable">Server unreachable</p>
</form>
</div>
</div>
OpenPOWER on IntegriCloud