Commit 0b9ca3e9 authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI162 CAFI164

parent 2c5f2ab8
......@@ -212,7 +212,7 @@ error-popins span.error_text {
font-weight: inherit;
left: -249px;
}
error-popins span.error_text.civ_text {top: -8px;font-size: 20px;}
error-popins span.error_text.civ_text {top: -21px;font-size: 20px;}
error-popins span.error_text.name_text {top: 85px;}
#keyboard-page{left:330px;top: 0;}
#screensaver-icon {top: 23em !important;left: 56em;position: absolute;}
......@@ -697,7 +697,7 @@ z-index: -1;
#errorCiv{
position: absolute;
left: -268px;
top: -32px;
top: -42px;
}
#rdv-btn img, #srdv-btn img {
top: 21px;
......@@ -993,6 +993,9 @@ html.ie .civilite-label {
top: 569px !important;
}
#logo{
bottom: 100px;
}
/* fade In */
@keyframes fadein {
from {
......
......@@ -108,7 +108,6 @@ $cssVersion = $GLOBALS["APP_CONF"]["ASSETS_VERSION"] ? $GLOBALS["APP_CONF"]["ASS
<div id="srdv-page" class="hidden">
<div id="text-error-no-motif-selected" ng-bind-html="no_motif_error" ng-if="config.borne.MOTIF.SHOW_TEXT_WHEN_NO_MOTIF_SELECTED"></div>
<div id="motifs-list" ng-class="{'motifs-seven-plus' : caisse.motifs.length > 6,'motifs-five' : caisse.motifs.length == 6 || caisse.motifs.length == 5, 'motifs-triple' : caisse.motifs.length == 3,'double-col-motifs' : caisse.motifs.length == 4 || caisse.motifs.length == 2, 'one-line': caisse.motifs.length <= (backoffice.MAXMOTIFS / backoffice.MOTIFSROWS), 'one-motif' : caisse.motifs.length == 1}" >
{{pageSizeMotif}}
<motif-panel pagination-id="motif" dir-paginate="motif in caisse.motifs | filter: {lang : currentLang} | orderBy: 'idtri' | itemsPerPage: pageSizeMotif" current-page="pagination.currentPage" ng-touchstart="setMotif(motif.id)" ng-include="borne.templates['motif-panel']" data-effect="true"></motif-panel>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment