This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 83f0bb9  added step-ca
83f0bb9 is described below

commit 83f0bb9acb9de9961a06638ff81e3d1986ef5d95
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Nov 25 15:52:41 2019 +0200

    added step-ca
---
 .../main/files/dlab/login/resources/css/login.css      | 18 +++++++++++++-----
 .../files/dlab/login/resources/css/login.css           | 18 +++++++++++++-----
 2 files changed, 26 insertions(+), 10 deletions(-)

diff --git 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/files/dlab/login/resources/css/login.css
 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/files/dlab/login/resources/css/login.css
index 8c24bca..ab88b53 100644
--- 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/files/dlab/login/resources/css/login.css
+++ 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/files/dlab/login/resources/css/login.css
@@ -61,7 +61,7 @@ a#kc-current-locale-link::after {
 }
 
 .login-pf .container {
-    padding-top: 40px;
+    padding-top: 60px;
 }
 
 .login-pf a:hover {
@@ -74,6 +74,7 @@ a#kc-current-locale-link::after {
 
 #kc-logo-wrapper {
     background-image: url(../img/keycloak-logo-2.png);
+    background-color: red;
     background-repeat: no-repeat;
     background-size: contain;
     width: 340px;
@@ -84,14 +85,18 @@ a#kc-current-locale-link::after {
 div.kc-logo-text {
     background-image: url(../img/logo.png);
     background-repeat: no-repeat;
-    background-size: cover;
-    height: 240px;
-    width: 340px;
+    background-position: top center;
+    background-size: 333px 250px;
+    min-height: 280px;
+    width: 500px;
     margin: 0 auto;
 }
 
 div.kc-logo-text span {
-    display: none;
+    display: block;
+    padding-top: 250px;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 
 #kc-header {
@@ -425,6 +430,9 @@ a.zocial {
     .login-pf-page .login-pf-social-section:last-of-type {
         padding-left: 40px;
     }
+    .login-pf-page .login-pf-page-header {
+         margin-bottom: 20px;
+    }
 
     .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type 
{
         margin-bottom: 0;
diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/dlab/login/resources/css/login.css
 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/dlab/login/resources/css/login.css
index 8c24bca..ab88b53 100644
--- 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/dlab/login/resources/css/login.css
+++ 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/dlab/login/resources/css/login.css
@@ -61,7 +61,7 @@ a#kc-current-locale-link::after {
 }
 
 .login-pf .container {
-    padding-top: 40px;
+    padding-top: 60px;
 }
 
 .login-pf a:hover {
@@ -74,6 +74,7 @@ a#kc-current-locale-link::after {
 
 #kc-logo-wrapper {
     background-image: url(../img/keycloak-logo-2.png);
+    background-color: red;
     background-repeat: no-repeat;
     background-size: contain;
     width: 340px;
@@ -84,14 +85,18 @@ a#kc-current-locale-link::after {
 div.kc-logo-text {
     background-image: url(../img/logo.png);
     background-repeat: no-repeat;
-    background-size: cover;
-    height: 240px;
-    width: 340px;
+    background-position: top center;
+    background-size: 333px 250px;
+    min-height: 280px;
+    width: 500px;
     margin: 0 auto;
 }
 
 div.kc-logo-text span {
-    display: none;
+    display: block;
+    padding-top: 250px;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 
 #kc-header {
@@ -425,6 +430,9 @@ a.zocial {
     .login-pf-page .login-pf-social-section:last-of-type {
         padding-left: 40px;
     }
+    .login-pf-page .login-pf-page-header {
+         margin-bottom: 20px;
+    }
 
     .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type 
{
         margin-bottom: 0;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to