Commit 34f1d0ab authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI193 CAFI195 CAFI196

parent 05d1216d
......@@ -96,7 +96,7 @@ width: 72px;
.cons_item, .pagination-item.direction, .pagination > li.direction{background-color: #d51d1d;}
.cons_item .lastname, .cons_item.myst .title {/* font-weight: bold; *//* font-size: 26px !important; */}
.cons_item .lastname.bigname{/* font-size: 23px !important; */}
.cons_item .lastname.bigname2{font-size: 16px !important;}
.cons_item .lastname.bigname3{font-size: 17px !important;}
.cons_item .lastname.bigname4{font-size: 15px !important;}
.cons_item.myst {
......@@ -1029,6 +1029,7 @@ top: 569px !important;
font-size: 22px;
margin-top: 5px;
}
.conseillerName .lastname.bigname2{font-size: 16px !important;}
/* fade In */
@keyframes fadein {
from {
......
<image width="174" height="149" ng-src="{{caisse.params.subfolder}}{{conseiller.photo}}" ng-hide="config.backoffice.TOGGLE_SHOW_PHOTOS && caisse.params.show_photos == 0"></image>
<div class="title">
<div class="conseillerName">
<span class="firstname" ng-class="{'bigname':conseiller.id != 0 && conseiller.prenom.length > 14}">{{(currentLang == 'ar') ? conseiller.prenom_ar : conseiller.prenom}}</span>
<span class="firstname" ng-class="{'bigname':conseiller.id != 0 && conseiller.prenom.length > 14 && conseiller.prenom.length < 20, 'bigname2':conseiller.id != 0 && conseiller.prenom.length >= 20}">{{(currentLang == 'ar') ? conseiller.prenom_ar : conseiller.prenom}}</span>
<!-- <span class="lastname" ng-class="{'bigname':conseiller.nom.length>bignameLength, 'bigname2':conseiller.nom.length>=15, 'bigname-3':conseiller.nom.length>=18}">{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}</span><br/> -->
<br/><span class="lastname" ng-class="{'bigname':conseiller.id != 0 && conseiller.nom.length > 14}">{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}</span><br/>
<br/><span class="lastname" ng-class="{'bigname':conseiller.id != 0 && conseiller.nom.length > 14, 'bigname2':conseiller.id != 0 && conseiller.nom.length >= 20}">{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}</span><br/>
</div>
<span class="fonction" ng-if="getFunctionVisiblity(conseiller.fonction) == 1" ng-hide="conseiller.myst == 1" ng-class="{'bigfunction':getFonction(conseiller.label_fonction,conseiller.fonction).length>23}">
{{getFonction(conseiller.label_fonction,conseiller.fonction)}}
......
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