Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEAF51721B for ; Tue, 6 Oct 2015 06:12:50 +0000 (UTC) Received: (qmail 25370 invoked by uid 500); 6 Oct 2015 06:12:50 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 25336 invoked by uid 500); 6 Oct 2015 06:12:50 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 25327 invoked by uid 99); 6 Oct 2015 06:12:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 06:12:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1E40AE0606; Tue, 6 Oct 2015 06:12:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: ignite-1594 Home page fixes Date: Tue, 6 Oct 2015 06:12:49 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-843 d2a32d1ef -> 719a4a099 ignite-1594 Home page fixes Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/719a4a09 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/719a4a09 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/719a4a09 Branch: refs/heads/ignite-843 Commit: 719a4a0993b964de6239d66c705dba1028864adb Parents: d2a32d1 Author: Andrey Authored: Tue Oct 6 13:12:43 2015 +0700 Committer: Andrey Committed: Tue Oct 6 13:12:43 2015 +0700 ---------------------------------------------------------------------- .../src/main/js/public/stylesheets/style.scss | 3 ++- modules/control-center-web/src/main/js/views/index.jade | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/719a4a09/modules/control-center-web/src/main/js/public/stylesheets/style.scss ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/public/stylesheets/style.scss b/modules/control-center-web/src/main/js/public/stylesheets/style.scss index 1cf871e..dd7a6b4 100644 --- a/modules/control-center-web/src/main/js/public/stylesheets/style.scss +++ b/modules/control-center-web/src/main/js/public/stylesheets/style.scss @@ -328,7 +328,8 @@ h1, h2, h3, h4, h5, h6 { .login-header { margin-top: 0; - margin-bottom: 20px + margin-bottom: 20px; + font-size: 2em; } .login-footer { http://git-wip-us.apache.org/repos/asf/ignite/blob/719a4a09/modules/control-center-web/src/main/js/views/index.jade ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/views/index.jade b/modules/control-center-web/src/main/js/views/index.jade index 4d59a63..8a7c4f5 100644 --- a/modules/control-center-web/src/main/js/views/index.jade +++ b/modules/control-center-web/src/main/js/views/index.jade @@ -20,7 +20,7 @@ append scripts script(src='//cdn.rawgit.com/twbs/bootstrap/master/js/carousel.js') mixin lbl(txt) - label.col-xs-3.col-md-2.required #{txt} + label.col-xs-3.col-md-3.required #{txt} block body header#header.header @@ -38,7 +38,7 @@ block body .settings-row(ng-if='action == "register"') h3.login-header Sign Up .settings-row(ng-if='action == "login"') - h3.login-header Log In + h3.login-header Sign In .settings-row(ng-if='action == "password/forgot"') h3.login-header Forgot password? .settings-row @@ -63,17 +63,17 @@ block body .col-xs-12.col-md-11 .login-footer(ng-show='action == "register"') a.labelField(ng-click='action = "password/forgot"' on-click-focus='user_email') Forgot password? - a.labelLogin(ng-click='action = "login"' on-click-focus='user_email') Log In + a.labelLogin(ng-click='action = "login"' on-click-focus='user_email') Sign In button#signup.btn.btn-primary(ng-click='auth(action, user_info)' ng-disabled='loginForm.$invalid') Sign Up .col-xs-12.col-md-11 .login-footer(ng-show='action == "password/forgot"') - a.labelField(ng-click='action = "login"' on-click-focus='user_email') Log In + a.labelField(ng-click='action = "login"' on-click-focus='user_email') Sign In button#forgot.btn.btn-primary(ng-click='auth(action, user_info)' ng-disabled='loginForm.$invalid') Send it to me .col-xs-12.col-md-11 .login-footer(ng-show='action == "login"') a.labelField(ng-click='action = "password/forgot"' on-click-focus='user_email') Forgot password? a.labelLogin(ng-click='action = "register"' on-click-focus='user_name') Sign Up - button#login.btn.btn-primary(ng-click='auth(action, user_info)' ng-disabled='loginForm.$invalid') Log In + button#login.btn.btn-primary(ng-click='auth(action, user_info)' ng-disabled='loginForm.$invalid') Sign In .col-xs-12.col-md-11.home-panel p Apache Ignite Web Console is an interactive web management tool which allows users to: