branch develop updated (5b4386e -> a623106)
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 5b4386e Ajout d'un bouton Annuler partout où c'est faisable new a623106 Modification de style : Uniformisation des formulaires de recherche 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 a623106c898336c6ed4400b85661c8af3c723192 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Feb 10 20:35:59 2016 +0100 Modification de style : Uniformisation des formulaires de recherche Summary of changes: .../src/main/webapp/views/documents/modalDocumentSearch.html | 10 ++++++---- .../src/main/webapp/views/questions/modalQuestionSearch.html | 10 ++++++---- 2 files changed, 12 insertions(+), 8 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.forge.codelutin.com/coselmar.git commit a623106c898336c6ed4400b85661c8af3c723192 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Feb 10 20:35:59 2016 +0100 Modification de style : Uniformisation des formulaires de recherche --- .../src/main/webapp/views/documents/modalDocumentSearch.html | 10 ++++++---- .../src/main/webapp/views/questions/modalQuestionSearch.html | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/documents/modalDocumentSearch.html b/coselmar-ui/src/main/webapp/views/documents/modalDocumentSearch.html index bf5df80..255f7c4 100644 --- a/coselmar-ui/src/main/webapp/views/documents/modalDocumentSearch.html +++ b/coselmar-ui/src/main/webapp/views/documents/modalDocumentSearch.html @@ -35,10 +35,12 @@ <form class="form-inline pull-right" role="documentOptions" ng-submit="searchDocuments(searchKeywords)"> <div class="form-group"> <span class="fa fa-info-circle" tooltip-placement="bottom" uib-tooltip="{{ 'common.message.info.searchKeywords' | translate }}"></span> - <input type="search" class="form-control" placeholder="keyword1,keyword2,..." ng-model="searchKeywords" ng-list /> - </div> - <div class="form-group"> - <button type="submit" class="btn btn-default fa fa-search"></button> + <div class="input-group"> + <input type="search" class="form-control" placeholder="keyword1,keyword2,..." ng-model="searchKeywords" ng-list /> + <span class="input-group-btn"> + <button type="submit" class="btn btn-default"><i class="fa fa-search"></i></button> + </span> + </div> </div> </form> </div> diff --git a/coselmar-ui/src/main/webapp/views/questions/modalQuestionSearch.html b/coselmar-ui/src/main/webapp/views/questions/modalQuestionSearch.html index 6250ba3..765b43f 100644 --- a/coselmar-ui/src/main/webapp/views/questions/modalQuestionSearch.html +++ b/coselmar-ui/src/main/webapp/views/questions/modalQuestionSearch.html @@ -34,10 +34,12 @@ <form class="form-inline pull-right" role="questionOptions" ng-submit="searchQuestions(searchKeywords)"> <div class="form-group"> <span class="fa fa-info-circle" tooltip-placement="bottom" uib-tooltip="{{ 'common.message.info.searchKeywords' | translate }}"></span> - <input type="search" class="form-control" placeholder="keyword1,keyword2,..." ng-model="searchKeywords" ng-list /> - </div> - <div class="form-group"> - <button type="submit" class="btn btn-default fa fa-search"></button> + <div class="input-group"> + <input type="search" class="form-control" placeholder="keyword1,keyword2,..." ng-model="searchKeywords" ng-list /> + <span class="input-group-btn"> + <button type="submit" class="btn btn-default"><i class="fa fa-search"></i></button> + </span> + </div> </div> </form> </div> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm