branch develop updated (a623106 -> 05dcfba)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git from a623106 Modification de style : Uniformisation des formulaires de recherche new 05dcfba Ajout d'un message lorsque JS est désactivé car l'appli est inutilisable dans ce cas 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 05dcfba3c9ffb43bc2a6cffb0051a905f64bf627 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Feb 10 20:36:30 2016 +0100 Ajout d'un message lorsque JS est désactivé car l'appli est inutilisable dans ce cas Summary of changes: coselmar-ui/src/main/webapp/css/coselmar.css | 15 +++++++++++++++ coselmar-ui/src/main/webapp/index.html | 6 ++++++ 2 files changed, 21 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.forge.codelutin.com/coselmar.git commit 05dcfba3c9ffb43bc2a6cffb0051a905f64bf627 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Feb 10 20:36:30 2016 +0100 Ajout d'un message lorsque JS est désactivé car l'appli est inutilisable dans ce cas --- coselmar-ui/src/main/webapp/css/coselmar.css | 15 +++++++++++++++ coselmar-ui/src/main/webapp/index.html | 6 ++++++ 2 files changed, 21 insertions(+) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index c88166d..34deb6a 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -698,6 +698,21 @@ input[type="file"] { color: rgba( 57, 160, 168,0.4); } + +/* Alerte en cas de javascript désactivé +-------------------------------------------------- */ +.alert-no-js { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100vh; + background-color: #FFF; + z-index: 10001; + text-align: center; + padding-top: 100px; +} + /* Media queries -------------------------------------------------- */ @media screen and (max-width: 1200px) { diff --git a/coselmar-ui/src/main/webapp/index.html b/coselmar-ui/src/main/webapp/index.html index 061ea42..0411d80 100644 --- a/coselmar-ui/src/main/webapp/index.html +++ b/coselmar-ui/src/main/webapp/index.html @@ -221,5 +221,11 @@ <i class="fa fa-spinner fa-pulse"></i> </div> + <noscript> + <div class="alert-no-js"> + You must enable JavaScript to enter the platerform. + </div> + </noscript> + </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