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 97365df1cb2b7412c71294764fb86a4d031ba8fb Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Jan 30 10:38:51 2015 +0100 Refs #6549 : Little change on display --- coselmar-ui/src/main/webapp/views/documents/editDocument.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/editDocument.html b/coselmar-ui/src/main/webapp/views/documents/editDocument.html index 3864f43..bb6a4be 100644 --- a/coselmar-ui/src/main/webapp/views/documents/editDocument.html +++ b/coselmar-ui/src/main/webapp/views/documents/editDocument.html @@ -116,7 +116,7 @@ </div> <!-- if file, display way to remove it --> - <div class="col-md-1" ng-if="document.fileName" > + <div class="col-md-1 text-right" ng-if="document.fileName" > <button type="button" class="btn btn-danger fa fa-remove" title="{{ 'document.button.removeFile' | translate}}" ng-click="removeFile();"/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.