From 68437cc7e38d3257a3689fef545503e504cd7725 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Tue, 13 Sep 2022 12:23:26 +0300 Subject: [PATCH] fixed arabic css issues --- .../app/notification/home/home.component.html | 4 ++-- .../app/notification/home/home.component.scss | 8 ++++++++ .../worklist-advanced-search.component.scss | 6 ++++-- Mohem/src/theme/styles.scss | 18 ++++++++++++++++++ 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Mohem/src/app/notification/home/home.component.html b/Mohem/src/app/notification/home/home.component.html index be2be52b..6ff0d57d 100644 --- a/Mohem/src/app/notification/home/home.component.html +++ b/Mohem/src/app/notification/home/home.component.html @@ -38,11 +38,11 @@ - + {{ts.trPK('work-list','clear-search')}} - + {{ts.trPK('work-list','advanced-search')}} diff --git a/Mohem/src/app/notification/home/home.component.scss b/Mohem/src/app/notification/home/home.component.scss index 2b419a2d..16f15270 100644 --- a/Mohem/src/app/notification/home/home.component.scss +++ b/Mohem/src/app/notification/home/home.component.scss @@ -520,4 +520,12 @@ ion-content { position: absolute; right: 160px; top: 100px; +} + +.float-r { + float: right; +} + +.float-l { + float: left; } \ No newline at end of file diff --git a/Mohem/src/app/notification/worklist-advanced-search/worklist-advanced-search.component.scss b/Mohem/src/app/notification/worklist-advanced-search/worklist-advanced-search.component.scss index bef3801b..d9bed1d7 100644 --- a/Mohem/src/app/notification/worklist-advanced-search/worklist-advanced-search.component.scss +++ b/Mohem/src/app/notification/worklist-advanced-search/worklist-advanced-search.component.scss @@ -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{ diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index d173addc..31c36bed 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -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; + } + } + + } \ No newline at end of file