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 f7a29bff37e8f4c40f3034d0287611ce07cbcde7 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Mon Mar 14 11:50:21 2016 +0100 Fixes #8073 : Pas de liens sur les mots du nuage en mode visiteur --- coselmar-ui/src/main/webapp/css/coselmar.css | 7 +++++++ coselmar-ui/src/main/webapp/views/home.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index 5e3e762..16bc1e7 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -721,6 +721,13 @@ input[type="file"] { height: 200px; } +.cloud-visitor a { + cursor: default !important; +} +.cloud-visitor a:hover { + color: inherit !important; +} + /* Loading - Page de chargement -------------------------------------------------- */ #loading { diff --git a/coselmar-ui/src/main/webapp/views/home.html b/coselmar-ui/src/main/webapp/views/home.html index c0095f4..6387e95 100644 --- a/coselmar-ui/src/main/webapp/views/home.html +++ b/coselmar-ui/src/main/webapp/views/home.html @@ -26,7 +26,7 @@ <div class="column" translate="home.presentation.body"></div> - <div class="column cloud"> + <div class="column cloud" ng-class="context.currentUser ? '' : 'cloud-visitor'"> <span class="title">{{ "home.wordCloud" | translate }}</span> <jqcloud words="topWords" id="cloud-container" colors="{{cloudColors}}" -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.