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/03/31 08:38:13 UTC

[royale-asjs] branch feature/wizard-transitions updated: jewel css generated with latest updates

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

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


The following commit(s) were added to refs/heads/feature/wizard-transitions by this push:
     new 89d35a1  jewel css generated with latest updates
89d35a1 is described below

commit 89d35a19a5a6284c203b60b719580fa29523f21f
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 31 10:38:06 2019 +0200

    jewel css generated with latest updates
---
 frameworks/projects/Jewel/src/main/resources/defaults.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 574e245..2091858 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -3922,10 +3922,10 @@ j|BarTitle {
 .jewel.wizardpage {
   display: flex;
   position: absolute;
-  left: 73px;
-  right: 73px;
-  top: 63px;
-  bottom: 20px;
+  left: 0px;
+  right: 0px;
+  top: 0px;
+  bottom: 0px;
   transition: transform, 0.5s;
   transform: translateX(100%);
   opacity: 0;