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 d4b81373eff38e53b9eebeb187bac0653c23c05f Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Feb 4 10:49:41 2016 +0100 Modification de l'affichage de la pagination --- coselmar-ui/src/main/webapp/css/coselmar.css | 42 ++++++++++++++++++++++ .../src/main/webapp/views/paginationTemplate.html | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index 8868f35..88b2a05 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -242,6 +242,48 @@ h2 { height: 34px; } +/* User view +-------------------------------------------------- */ +pagination-tool > .ng-scope { + position: relative; + margin: 20px 0 30px 0; + color: #888; +} + +pagination-tool > .ng-scope:before { + background: rgba( 57, 160, 168,0.1); + top: 0; + content: ""; + position: absolute; + width: 100%; + left: 0; + height: 2px; + margin-top: 10px; +} + +pagination-tool > .ng-scope .pager-configuration { + position: absolute; + right: 0; + background: #FFF; + z-index: 2; + padding: 0 0 0 15px; +} + +pagination-tool > .ng-scope .pager { + padding: 0 15px; + display: inline; + position: absolute; + left: 50%; + transform: translate(-50%, 0); + margin: 0; + background: #FFF; +} + +pagination-tool > .ng-scope .pager .fa:hover { + cursor: pointer; + color: #097078; +} + /* Forms -------------------------------------------------- */ .requiredField { diff --git a/coselmar-ui/src/main/webapp/views/paginationTemplate.html b/coselmar-ui/src/main/webapp/views/paginationTemplate.html index 2486c96..736c7d2 100644 --- a/coselmar-ui/src/main/webapp/views/paginationTemplate.html +++ b/coselmar-ui/src/main/webapp/views/paginationTemplate.html @@ -1,4 +1,4 @@ -<div ng-controller="paginationController"> +<div ng-controller="paginationController" class="clearfix"> <div class="pager"> <span ng-if="pageContext.firstPage === false"> <i class="fa fa-chevron-circle-left" ng-click="toPreviousPage()"></i> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.