This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 31d6a828c792d11ac4574b5c212ab811de122de6 Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 8 17:36:30 2017 +0200 bouton de commentaire toujours visible --- pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html | 8 ++++++-- pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html index fa9d5058..41f0d9e0 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html @@ -320,7 +320,7 @@ require("./Report.tag.html"); <style> .open-btn { - position: absolute; + position: fixed; bottom: 0; right: 0; transform: translate3d(0px, 0px, 0px); diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html index 0a562b92..4f18a899 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html @@ -8,7 +8,7 @@ require("../components/MultiLineLabel.tag.html"); require("./Report.tag.html"); <Poll> - <div class="container"> + <div class="main-container" ref="mainContainer"> <h1 class="no-border"> <span class="title">{poll.title}</span> @@ -127,7 +127,7 @@ require("./Report.tag.html"); </div> - <Comments/> + <Comments class="comments"/> </div> <script type="es6"> @@ -206,6 +206,10 @@ require("./Report.tag.html"); </script> <style> + .main-container { + padding-bottom: 50px; + } + /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html index 032376a2..27d679d7 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html @@ -582,7 +582,7 @@ require("../components/HumanInput.tag.html"); flex-direction: column; justify-content: center; align-items: center; - margin: 50px 0; + margin-top: 50px; } .voters .row { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.