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:42 UTC

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

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