You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/01/29 18:26:55 UTC

[royale-asjs] branch develop updated: fix footerbar alignment

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new a192656  fix footerbar alignment
a192656 is described below

commit a1926563cbd42b4ea42e9330800fd4336daf0b66
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jan 29 19:26:48 2019 +0100

    fix footerbar alignment
---
 frameworks/projects/Jewel/src/main/resources/defaults.css          | 1 -
 frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 681d024..7eb4550 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -774,7 +774,6 @@ j|DropDownList {
   align-items: center;
   min-width: 0;
   z-index: 1;
-  justify-content: flex-start;
   order: -1;
 }
 .jewel.footerbar .jewel.barsection button {
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass b/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass
index b8e927d..d6045ab 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass
@@ -51,7 +51,7 @@ $footer-bar-button-size: 48px
         align-items: center
         min-width: 0
         z-index: 1
-        justify-content: flex-start
+        // justify-content: flex-start
         order: -1
 
         // &.alignRight