This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 1955e4e45c8ea42a0b26a96a3db7c868a2e60497 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Mon Feb 1 11:01:36 2016 +0100 Fix du bug d'affichage de la zone de chargement --- coselmar-ui/src/main/webapp/css/coselmar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index c4c485a..694563e 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -530,7 +530,7 @@ input[type="file"] { /* Loading - Page de chargement -------------------------------------------------- */ #loading { - position: absolute; + position: fixed; top: 0; left: 0; width: 100%; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.