branch develop updated (b1d3b08 -> 47e2e0a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wao. See http://git.codelutin.com/wao.git from b1d3b08 On supprime les filtres sur les commentaires dans l'onglet synthèses (fixes #6493) new 47e2e0a On affiche les boutons volants au dessus du bandeau d'avertissement (fixes #6494)) 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 47e2e0ab97e0a7af0740c146b1b4a4e1ffbb58f1 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 20 17:20:36 2015 +0100 On affiche les boutons volants au dessus du bandeau d'avertissement (fixes #6494)) Summary of changes: wao-web/src/main/webapp/wao.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 47e2e0ab97e0a7af0740c146b1b4a4e1ffbb58f1 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 20 17:20:36 2015 +0100 On affiche les boutons volants au dessus du bandeau d'avertissement (fixes #6494)) --- wao-web/src/main/webapp/wao.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wao-web/src/main/webapp/wao.css b/wao-web/src/main/webapp/wao.css index 35ad0c1..0256528 100644 --- a/wao-web/src/main/webapp/wao.css +++ b/wao-web/src/main/webapp/wao.css @@ -258,7 +258,7 @@ aside { left: 0; width: 100%; height: 50px; - z-index: 99999; + z-index: 1; } /** @@ -461,6 +461,7 @@ button.#sampling-plan-filters-form_0:hover { position: fixed; left: 20px; bottom: 20px; + z-index: 2; } .sticky-buttons button.btn { background: rgba(0,0,0,0.45); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm