fixed arabic css issues

SRCA_DEV
umasoodch 4 years ago
parent fb4cf0ab56
commit 68437cc7e3

@ -38,11 +38,11 @@
</ion-row> </ion-row>
<ion-row class="search-container"> <ion-row class="search-container">
<ion-col style="float: left;" size=[6] *ngIf="showSearchButton" (click)="clearSearch()"> <ion-col [ngClass]="direction == 'en'? 'float-l':'float-r'" size=[6] *ngIf="showSearchButton" (click)="clearSearch()">
<span style="margin-left: 5px;">{{ts.trPK('work-list','clear-search')}}</span> <span style="margin-left: 5px;">{{ts.trPK('work-list','clear-search')}}</span>
<ion-icon name="close" ></ion-icon> <ion-icon name="close" ></ion-icon>
</ion-col> </ion-col>
<ion-col style="float: right;" size=[6] (click)="openSearchModal()" *ngIf="selectedFilter !== 'ITG' && !showSearchButton"> <ion-col [ngClass]="direction == 'en'? 'float-r':'float-l'" size=[6] (click)="openSearchModal()" *ngIf="selectedFilter !== 'ITG' && !showSearchButton">
<ion-icon name="search" ></ion-icon> <ion-icon name="search" ></ion-icon>
<span>{{ts.trPK('work-list','advanced-search')}}</span> <span>{{ts.trPK('work-list','advanced-search')}}</span>
</ion-col> </ion-col>

@ -521,3 +521,11 @@ ion-content {
right: 160px; right: 160px;
top: 100px; top: 100px;
} }
.float-r {
float: right;
}
.float-l {
float: left;
}

@ -28,14 +28,16 @@
} }
.cancel-ar{ .cancel-ar{
margin-right: 239px; // margin-right: 239px;
} }
.search-button{ .search-button{
background: #3dcab3; background: #be332f;
height: 50px; height: 50px;
text-align: center; text-align: center;
font-family: WorkSans-Regular; font-family: WorkSans-Regular;
border-radius: 22px; border-radius: 22px;
--border-radius: 22px;
--box-shadow: none;
margin-top: 20px; margin-top: 20px;
line-height: 50px; line-height: 50px;
span{ span{

@ -1866,4 +1866,22 @@ ion-app[dir="rtl"] {
text-align: left; text-align: left;
} }
.attendance-module {
ion-button {
font-size: 15px !important;
}
}
.search-header{
h2 {
margin-right: 20px;
}
ion-icon {
right: unset !important;
left: 20px !important;
top: 10px !important;
}
}
} }
Loading…
Cancel
Save