branch develop updated (3bcf2ac -> 3493d5f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 3bcf2ac Refs #7912 : Correction du lien non visible au statut :visited new 3493d5f Refs #7906 : Ajout de l'écran de chargement 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 3493d5f0de3d6c48d870217fe58cd6732d72a513 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Jan 15 22:38:59 2016 +0100 Refs #7906 : Ajout de l'écran de chargement Summary of changes: coselmar-ui/src/main/webapp/css/coselmar.css | 20 ++++++++++++++++++++ coselmar-ui/src/main/webapp/index.html | 4 ++++ 2 files changed, 24 insertions(+) -- 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 coselmar. See http://git.codelutin.com/coselmar.git commit 3493d5f0de3d6c48d870217fe58cd6732d72a513 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Jan 15 22:38:59 2016 +0100 Refs #7906 : Ajout de l'écran de chargement --- coselmar-ui/src/main/webapp/css/coselmar.css | 20 ++++++++++++++++++++ coselmar-ui/src/main/webapp/index.html | 4 ++++ 2 files changed, 24 insertions(+) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index 5fb13cc..c361f16 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -523,6 +523,26 @@ input[type="file"] { box-shadow: 2px 2px 5px rgba(0,0,0,0.1); } +/* Loading - Page de chargement +-------------------------------------------------- */ +#loading { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100vh; + background-color: rgba(240,240,240,0.6); + z-index: 10001; + text-align: center; +} + +#loading .fa-spinner { + text-align: center; + position: absolute; + top: 43%; + font-size: 75px; + color: rgba( 57, 160, 168,0.4); +} /* Media queries -------------------------------------------------- */ diff --git a/coselmar-ui/src/main/webapp/index.html b/coselmar-ui/src/main/webapp/index.html index cbc40e5..652853f 100644 --- a/coselmar-ui/src/main/webapp/index.html +++ b/coselmar-ui/src/main/webapp/index.html @@ -212,5 +212,9 @@ </div> </footer> + <div id="loading" ng-if="application-loading"> + <i class="fa fa-spinner fa-pulse"></i> + </div> + </body> </html> \ No newline at end of file -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm