fixed arabic css issues

SRCA_DEV
umasoodch 3 years ago
parent fb4cf0ab56
commit 68437cc7e3

@ -38,11 +38,11 @@
</ion-row>
<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>
<ion-icon name="close" ></ion-icon>
</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>
<span>{{ts.trPK('work-list','advanced-search')}}</span>
</ion-col>

@ -520,4 +520,12 @@ ion-content {
position: absolute;
right: 160px;
top: 100px;
}
.float-r {
float: right;
}
.float-l {
float: left;
}

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

@ -1866,4 +1866,22 @@ ion-app[dir="rtl"] {
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