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>.