branch feature/253-tuiles updated (cd26dde1 -> 1e2d80e6)
This is an automated email from the git hooks/post-receive script. New change to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from cd26dde1 ref #253 Code style new 1e2d80e6 ref #253 Alignement des menus The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 1e2d80e689d5ea2e998c1b9c1e8c4b4026839c4d Author: Cécilia Bossard <bossard@codelutin.com> Date: Fri Mar 6 11:05:55 2020 +0100 ref #253 Alignement des menus Summary of changes: .../src/main/web/tag/components/MenuItem.tag.html | 19 ++----------------- .../src/main/web/tag/poll/MyPollsHeader.tag.html | 4 +++- 2 files changed, 5 insertions(+), 18 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 1e2d80e689d5ea2e998c1b9c1e8c4b4026839c4d Author: Cécilia Bossard <bossard@codelutin.com> Date: Fri Mar 6 11:05:55 2020 +0100 ref #253 Alignement des menus --- .../src/main/web/tag/components/MenuItem.tag.html | 19 ++----------------- .../src/main/web/tag/poll/MyPollsHeader.tag.html | 4 +++- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/MenuItem.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/MenuItem.tag.html index 21885295..ed585e03 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/MenuItem.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/MenuItem.tag.html @@ -23,25 +23,10 @@ <div class="{opts.isactive ? 'active' : ''}"> <a href="{opts.href}" class="{opts.isactive ? 'active' : ''}"> <span>{opts.label}</span> - <div class="selector {visibleSelector}"/> + <div class="selector {opts.isactive ? 'visible' : 'hidden'}"/> </a> </div> - <script type="es6"> - - this.visibleSelector = "hidden"; - - this.mainClassName = "visible"; - if (this.opts.mainclassname) { - this.mainClassName = this.opts.mainclassname; - } - - this.display = (mustBeVisible) => { - this.mainClassName = mustBeVisible ? "visible" : "hidden"; - }; - - </script> - <style> div { @@ -56,7 +41,7 @@ display: block; color: black; text-align: left; - padding-top: 30px; + padding-top: 3px; padding-left: 10px; padding-right: 10px; } diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/MyPollsHeader.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/MyPollsHeader.tag.html index 85670db0..971126be 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/MyPollsHeader.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/MyPollsHeader.tag.html @@ -211,7 +211,9 @@ import "../popup/ModalReboot.tag.html"; /* Submenu styles */ .submenu { - padding: 0px 2%; + padding-left: 2%; + padding-right: 2%; + padding-top: 30px; display: flex; margin-top: 20px; margin-bottom: 25px; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm