branch develop updated (f675fc0 -> 2e8c9c7)
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 f675fc0 Refs-70 #6536 : Better show question status new 2e8c9c7 Add dismissed ccs changes 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 2e8c9c7821e16ec5dae9295479291f2f056d495b Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Jan 29 10:04:55 2015 +0100 Add dismissed ccs changes Summary of changes: coselmar-ui/src/main/webapp/css/coselmar.css | 5 +++++ coselmar-ui/src/main/webapp/views/documents/newdocument.html | 2 +- coselmar-ui/src/main/webapp/views/users/user.html | 2 +- 3 files changed, 7 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 2e8c9c7821e16ec5dae9295479291f2f056d495b Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Jan 29 10:04:55 2015 +0100 Add dismissed ccs changes --- coselmar-ui/src/main/webapp/css/coselmar.css | 5 +++++ coselmar-ui/src/main/webapp/views/documents/newdocument.html | 2 +- coselmar-ui/src/main/webapp/views/users/user.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index 357e33f..038415b 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -408,6 +408,11 @@ a.dropdown-toggle:hover .caret { position: relative; } +.table .btn { + padding: 1px 6px; + font-size: 12px; +} + .btn.disabled, .btn[disabled] { opacity: 0.45; } diff --git a/coselmar-ui/src/main/webapp/views/documents/newdocument.html b/coselmar-ui/src/main/webapp/views/documents/newdocument.html index 0484a2d..24c8b57 100644 --- a/coselmar-ui/src/main/webapp/views/documents/newdocument.html +++ b/coselmar-ui/src/main/webapp/views/documents/newdocument.html @@ -173,7 +173,7 @@ <div class="col-md-7"> - <span ng-repeat="keyword in document.keywords" class="" aria-hidden="true"> + <span ng-repeat="keyword in document.keywords" class="tag" aria-hidden="true"> {{keyword}} <button type="button" class="close" title="remove" ng-click="removeKeyword(keyword);"> × diff --git a/coselmar-ui/src/main/webapp/views/users/user.html b/coselmar-ui/src/main/webapp/views/users/user.html index 68292a8..611c96a 100644 --- a/coselmar-ui/src/main/webapp/views/users/user.html +++ b/coselmar-ui/src/main/webapp/views/users/user.html @@ -55,7 +55,7 @@ <td ng-if="!user.active">{{ 'user.metadata.status.disable' | translate }}</td> </tr> </table> - <div class="float-right"> + <div class="actions"> <a class="btn btn-action btn-edit" ng-click="modifyUser()" ng-if="user.active">{{ 'common.button.edit' | translate }}</a> <a class="btn btn-action btn-edit" ng-confirm-message="user.message.disable" -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm