Commit ee98b88b authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI198

parent 640ab9b0
......@@ -254,8 +254,8 @@ right: 0;
#cons-pagination {top: 650px;}
.double-col-motifs .motif-item{/* padding: 10px 50px; */}
nfc-page > div.nfc-infos {color: #09635D;font-size: 60px;top: 28px;position: relative;}
.conseillerName {white-space: normal;line-height: 40px;width: 265px;/* font-weight: 700; */font-family: OpenSansSemiBold !important;/* word-wrap: break-word; */}
.cons_item .lastname {text-transform: uppercase;display: inline-block;width: 265px;/* word-wrap: break-word; */}
.conseillerName {white-space: normal;line-height: 40px;width: 265px;/* font-weight: 700; */font-family: OpenSansSemiBold !important;}
.cons_item .lastname {text-transform: uppercase;display: inline-block;width: 265px;}
.cons_item.myst .conseillerName{
text-transform: inherit;
line-height: inherit;
......@@ -288,7 +288,7 @@ nfc-page > div.nfc-infos {color: #09635D;font-size: 60px;top: 28px;position: rel
box-shadow: 0px 1px 9px 2px #a9a9a9;
}
.firstname,.lastname{font-size: 30px;font-family: 'OpenSansSemiBold';display: inline-block;width: 265px;/* word-wrap: break-word; */}
.firstname,.lastname{font-size: 30px;font-family: 'OpenSansSemiBold';display: inline-block;width: 265px;}
.cons_item .title {padding-left: 10px;line-height: 30px;padding-right: 10px;height: 140px;position: relative;display: table-cell;left: 49px;top: 13px;font-family: 'OpenSans';}
.cons_item img {height: 142px;width: 167px;border-radius: 24px;position: relative;background: #FFF;/*filter:contrast(1000%);*/top: 19px;left: 21px;box-shadow: 2px 3px 8px 1px #424242;}
.pagination-item.active span, .pagination > li.active span, .pagination-item.direction span, .pagination > li.direction span {color: #FFFFFF;}
......
<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 && conseiller.prenom.length < 20, 'bigname2':conseiller.id != 0 && conseiller.prenom.length >= 20}">{{(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, 'bigname2':conseiller.id != 0 && conseiller.nom.length >= 20}">{{(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