You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/03/26 13:05:40 UTC

[myfaces-tobago] branch master updated (6843d24 -> 7ea4521)

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

hnoeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 6843d24  fix(theme-building): dev-cp
     new 053984c  fix(theme): section header
     new 7ea4521  build(themes): rebuild after section header fix

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tobago-theme/src/main/scss/_tobago.scss             | 21 ++++++++++++---------
 .../src/main/css/tobago.css                         |  8 +++++---
 .../src/main/css/tobago.css.map                     |  2 +-
 .../tobago-theme-roxborough/src/main/css/tobago.css |  8 +++++---
 .../src/main/css/tobago.css.map                     |  2 +-
 .../src/main/css/tobago.css                         |  8 +++++---
 .../src/main/css/tobago.css.map                     |  2 +-
 .../tobago-theme-speyside/src/main/css/tobago.css   |  8 +++++---
 .../src/main/css/tobago.css.map                     |  2 +-
 .../tobago-theme-standard/src/main/css/tobago.css   |  8 +++++---
 .../src/main/css/tobago.css.map                     |  2 +-
 11 files changed, 42 insertions(+), 29 deletions(-)

[myfaces-tobago] 02/02: build(themes): rebuild after section header fix

Posted by hn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 7ea4521619586ee7c1ea4c4119c4ca2c9f1f58c5
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Mar 26 13:54:27 2021 +0100

    build(themes): rebuild after section header fix
---
 tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css  | 8 +++++---
 .../tobago-theme-charlotteville/src/main/css/tobago.css.map       | 2 +-
 tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css      | 8 +++++---
 tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map  | 2 +-
 tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css     | 8 +++++---
 tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map | 2 +-
 tobago-theme/tobago-theme-speyside/src/main/css/tobago.css        | 8 +++++---
 tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map    | 2 +-
 tobago-theme/tobago-theme-standard/src/main/css/tobago.css        | 8 +++++---
 tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map    | 2 +-
 10 files changed, 30 insertions(+), 20 deletions(-)

diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css
index 34857da..526f58d 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css
@@ -11686,10 +11686,12 @@ label.tobago-required:after {
 }
 
 /* section ----------------------------------------------------------- */
-tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+tobago-section > .tobago-header {
   display: flex;
-  justify-content: space-between;
-  align-content: center;
+}
+tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+  /* because the parent is flex, auto margin moves components like tc:buttons to the right */
+  margin-right: auto;
 }
 tobago-section > .tobago-header > h1 > .fa:first-child, tobago-section > .tobago-header > .h1 > .fa:first-child, tobago-section > .tobago-header > h1 > img, tobago-section > .tobago-header > .h1 > img, tobago-section > .tobago-header > h2 > .fa:first-child, tobago-section > .tobago-header > .h2 > .fa:first-child, tobago-section > .tobago-header > h2 > img, tobago-section > .tobago-header > .h2 > img, tobago-section > .tobago-header > h3 > .fa:first-child, tobago-section > .tobago-header  [...]
   /* to separate the icon from the rest of the title */
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map
index 227e637..053e815 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scs [...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scs [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css
index 30f18bb..248109b 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css
@@ -11709,10 +11709,12 @@ label.tobago-required:after {
 }
 
 /* section ----------------------------------------------------------- */
-tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+tobago-section > .tobago-header {
   display: flex;
-  justify-content: space-between;
-  align-content: center;
+}
+tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+  /* because the parent is flex, auto margin moves components like tc:buttons to the right */
+  margin-right: auto;
 }
 tobago-section > .tobago-header > h1 > .fa:first-child, tobago-section > .tobago-header > .h1 > .fa:first-child, tobago-section > .tobago-header > h1 > img, tobago-section > .tobago-header > .h1 > img, tobago-section > .tobago-header > h2 > .fa:first-child, tobago-section > .tobago-header > .h2 > .fa:first-child, tobago-section > .tobago-header > h2 > img, tobago-section > .tobago-header > .h2 > img, tobago-section > .tobago-header > h3 > .fa:first-child, tobago-section > .tobago-header  [...]
   /* to separate the icon from the rest of the title */
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map
index 5ea1f1c..b07bff3 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scs [...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scs [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css
index 9e0391b..29b8335 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css
@@ -11696,10 +11696,12 @@ label.tobago-required:after {
 }
 
 /* section ----------------------------------------------------------- */
-tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+tobago-section > .tobago-header {
   display: flex;
-  justify-content: space-between;
-  align-content: center;
+}
+tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+  /* because the parent is flex, auto margin moves components like tc:buttons to the right */
+  margin-right: auto;
 }
 tobago-section > .tobago-header > h1 > .fa:first-child, tobago-section > .tobago-header > .h1 > .fa:first-child, tobago-section > .tobago-header > h1 > img, tobago-section > .tobago-header > .h1 > img, tobago-section > .tobago-header > h2 > .fa:first-child, tobago-section > .tobago-header > .h2 > .fa:first-child, tobago-section > .tobago-header > h2 > img, tobago-section > .tobago-header > .h2 > img, tobago-section > .tobago-header > h3 > .fa:first-child, tobago-section > .tobago-header  [...]
   /* to separate the icon from the rest of the title */
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map
index 8303c5e..4689037 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scss","../../../../node_mo [...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scss","../../../../node_mo [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css
index adde141..b122063 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css
@@ -11398,10 +11398,12 @@ label.tobago-required:after {
 }
 
 /* section ----------------------------------------------------------- */
-tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+tobago-section > .tobago-header {
   display: flex;
-  justify-content: space-between;
-  align-content: center;
+}
+tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+  /* because the parent is flex, auto margin moves components like tc:buttons to the right */
+  margin-right: auto;
 }
 tobago-section > .tobago-header > h1 > .fa:first-child, tobago-section > .tobago-header > .h1 > .fa:first-child, tobago-section > .tobago-header > h1 > img, tobago-section > .tobago-header > .h1 > img, tobago-section > .tobago-header > h2 > .fa:first-child, tobago-section > .tobago-header > .h2 > .fa:first-child, tobago-section > .tobago-header > h2 > img, tobago-section > .tobago-header > .h2 > img, tobago-section > .tobago-header > h3 > .fa:first-child, tobago-section > .tobago-header  [...]
   /* to separate the icon from the rest of the title */
diff --git a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map
index a908ca4..814598f 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/_type.scss","../../../../node_modules/bootstrap/scss/mixins/_lists.scss","../. [...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/_type.scss","../../../../node_modules/bootstrap/scss/mixins/_lists.scss","../. [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css
index decf0be..a5b7a2c 100644
--- a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css
@@ -11666,10 +11666,12 @@ label.tobago-required:after {
 }
 
 /* section ----------------------------------------------------------- */
-tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+tobago-section > .tobago-header {
   display: flex;
-  justify-content: space-between;
-  align-content: center;
+}
+tobago-section > .tobago-header > h1, tobago-section > .tobago-header > .h1, tobago-section > .tobago-header > h2, tobago-section > .tobago-header > .h2, tobago-section > .tobago-header > h3, tobago-section > .tobago-header > .h3, tobago-section > .tobago-header > h4, tobago-section > .tobago-header > .h4, tobago-section > .tobago-header > h5, tobago-section > .tobago-header > .h5, tobago-section > .tobago-header > h6, tobago-section > .tobago-header > .h6 {
+  /* because the parent is flex, auto margin moves components like tc:buttons to the right */
+  margin-right: auto;
 }
 tobago-section > .tobago-header > h1 > .fa:first-child, tobago-section > .tobago-header > .h1 > .fa:first-child, tobago-section > .tobago-header > h1 > img, tobago-section > .tobago-header > .h1 > img, tobago-section > .tobago-header > h2 > .fa:first-child, tobago-section > .tobago-header > .h2 > .fa:first-child, tobago-section > .tobago-header > h2 > img, tobago-section > .tobago-header > .h2 > img, tobago-section > .tobago-header > h3 > .fa:first-child, tobago-section > .tobago-header  [...]
   /* to separate the icon from the rest of the title */
diff --git a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map
index 65c109c..063a4fd 100644
--- a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scss","../../../../node_mo [...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../scss/tobago-theme.scss","../../../../node_modules/bootstrap/scss/bootstrap.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/_type.scss","../../../../node_mo [...]
\ No newline at end of file

[myfaces-tobago] 01/02: fix(theme): section header

Posted by hn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 053984cc37bf243a401497da193e46bdfa1dd028
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Mar 26 13:45:04 2021 +0100

    fix(theme): section header
    
    * the title was right aligned if an icon was set
    * the content of the bar facet was displayed under the title
---
 tobago-theme/src/main/scss/_tobago.scss | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/tobago-theme/src/main/scss/_tobago.scss b/tobago-theme/src/main/scss/_tobago.scss
index 66a72db..496aa57 100644
--- a/tobago-theme/src/main/scss/_tobago.scss
+++ b/tobago-theme/src/main/scss/_tobago.scss
@@ -891,16 +891,19 @@ label.tobago-required:after {
 }
 
 /* section ----------------------------------------------------------- */
-tobago-section > .tobago-header > {
-  h1, h2, h3, h4, h5, h6 {
-    > .fa:first-child, > img {
-      /* to separate the icon from the rest of the title */
-      margin-right: 0.7em;
-    }
+tobago-section > .tobago-header {
+  display: flex;
+
+  > {
+    h1, h2, h3, h4, h5, h6 {
+      /* because the parent is flex, auto margin moves components like tc:buttons to the right */
+      margin-right: auto;
 
-    display: flex;
-    justify-content: space-between;
-    align-content: center;
+      > .fa:first-child, > img {
+        /* to separate the icon from the rest of the title */
+        margin-right: 0.7em;
+      }
+    }
   }
 }