branch develop updated (3122a5d -> c3c90ba)
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 3122a5d Little display modification : h3 to h2 on home page new c3c90ba Refs #6746 : Little display modification for tooltip 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 c3c90ba821227d75707376225ab9f70fe5861ce9 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Mon Mar 2 17:50:10 2015 +0100 Refs #6746 : Little display modification for tooltip Summary of changes: coselmar-ui/src/main/webapp/css/coselmar.css | 3 +++ coselmar-ui/src/main/webapp/views/questions/viewquestion.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -- 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 c3c90ba821227d75707376225ab9f70fe5861ce9 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Mon Mar 2 17:50:10 2015 +0100 Refs #6746 : Little display modification for tooltip --- coselmar-ui/src/main/webapp/css/coselmar.css | 3 +++ coselmar-ui/src/main/webapp/views/questions/viewquestion.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index ea8d217..02de09f 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -135,6 +135,9 @@ a { margin-bottom: 20px; margin-top: 20px; } +.marginLeft10 { + margin-left: 10px; +} .marginLeft20 { margin-left: 20px; } diff --git a/coselmar-ui/src/main/webapp/views/questions/viewquestion.html b/coselmar-ui/src/main/webapp/views/questions/viewquestion.html index ccf5656..d376fb0 100644 --- a/coselmar-ui/src/main/webapp/views/questions/viewquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/viewquestion.html @@ -188,8 +188,8 @@ </dd> </dl> <dl> - <dt tooltip-placement="bottom" tooltip-html-unsafe="{{ 'question.message.info.contributors' | translate }}"> - {{ 'question.metadata.contributors' | translate }} + <dt> + {{ 'question.metadata.contributors' | translate }} <span class="fa fa-info-circle marginLeft10" tooltip-placement="bottom" tooltip-html-unsafe="{{ 'question.message.info.contributors' | translate }}"></span> </dt> <dd> <ul> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm