Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 432 → Rev 433

/trunk/src/org/tela_botanica/del/client/composants/pagination/PaginationVue.ui.xml
9,6 → 9,7
<g:HorizontalPanel />
<g:Button ui:field="boutonSuivant" styleName="{style.boutonSuivant}" text=" "/>
<g:Button ui:field="boutonDernierePage" styleName="{style.boutonDernierePage}" text=" " />
<g:Label styleName="{style.labelSelecteurPasAfficher}" text="{constants.afficher}" />
<g:ListBox ui:field="selecteurPas" styleName="{style.selecteurElements}">
<g:item value="5">5</g:item>
<g:item value="10">10</g:item>
15,7 → 16,7
<g:item value="15">15</g:item>
<g:item value="20">20</g:item>
</g:ListBox>
<g:Label styleName="{style.labelSelecteurPas}" text="{constants.elements_par_page}" />
</g:HorizontalPanel>
/trunk/src/org/tela_botanica/del/client/composants/pagination/pagination.css
1,6 → 1,6
.pagination {width:100%;}
.selecteurElements {float:right}
.pagination button {border:none; border-right:solid 1px #DDD; cursor:pointer}
.pagination button {border:none; border-right:solid 1px #DDD; cursor:pointer; width:30px}
.zoneLiens {}
.zoneLiens button:hover {background:#8EB533}
select {background:white}
9,3 → 9,6
.boutonSuivant {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/next.png) no-repeat}
.boutonPremierePage {width:20px; height:20px; background:url(./img/first.png) no-repeat}
.boutonDernierePage {width:20px; height:20px; background:url(./img/last.png) no-repeat}
 
.labelSelecteurPas{margin-left:5px;margin-right:5px;}
.labelSelecteurPasAfficher{margin-left:10px;;margin-right:5px;}