This is an automated email from the git hooks/post-receive script. New commit to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 4192d9daa328b1f86e1d289851ef0761aecca55c Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 24 10:11:31 2017 +0100 fix popup background style: in firefox, it started from the middle of the screen --- pollen-ui-riot-js/src/main/web/tag/poll/CommentPopup.tag | 1 + pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag | 1 + pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag | 1 + pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag | 1 + 4 files changed, 4 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/CommentPopup.tag b/pollen-ui-riot-js/src/main/web/tag/poll/CommentPopup.tag index 3f7f43d..b877e25 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/CommentPopup.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/CommentPopup.tag @@ -107,6 +107,7 @@ opacity: .8; position: absolute; top: 0; + left: 0; } commentpopup.close { diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag b/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag index f48711d..dc045d6 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag +++ b/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag @@ -77,6 +77,7 @@ opacity: .8; position: absolute; top: 0; + left: 0; } accountcreated.close { diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag b/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag index 445cb49..6dd71a4 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag +++ b/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag @@ -101,6 +101,7 @@ opacity: .8; position: absolute; top: 0; + left: 0; } newpassword.close { diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag b/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag index 191c8a8..7b0d069 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag +++ b/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag @@ -103,6 +103,7 @@ opacity: .8; position: absolute; top: 0; + left: 0; } resendvalidation.close { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.