Repository: stratos Updated Branches: refs/heads/master ec53ed66d -> 29f569ad6
UI - Minor modifications on the login page Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/29f569ad Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/29f569ad Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/29f569ad Branch: refs/heads/master Commit: 29f569ad63cbc8f0dc6a7c71e2b7ea2b9d67ccfe Parents: ec53ed6 Author: Chamila de Alwis <[email protected]> Authored: Tue May 19 20:35:37 2015 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Tue May 19 20:35:58 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/css/custom.css | 4 ++++ .../console/themes/theme0/partials/login_body.hbs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/29f569ad/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css index 6f5cdeb..10d3788 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css @@ -225,4 +225,8 @@ div#textform>div>h3 { .login-logo img { width: 210px; padding-bottom: 25px; +} + +h3.panel-title { + color: #999; } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/29f569ad/components/org.apache.stratos.manager.console/console/themes/theme0/partials/login_body.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/login_body.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/login_body.hbs index 99aefb1..03f3030 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/login_body.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/login_body.hbs @@ -28,7 +28,7 @@ <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="panel panel-default"> - <div class="panel-heading"> + <div class="panel-heading text-center"> <h3 class="panel-title">Log in to your account</h3> </div> <div class="panel-body login">
