From dc1749e48eb4a29970421f024437fd0d2d5e3cfd Mon Sep 17 00:00:00 2001 From: "Fatimah.Alshammari" Date: Thu, 5 Mar 2020 10:56:26 +0300 Subject: [PATCH] edit performance appraisal --- .../performance-evaluation.component.html | 10 +++--- .../performance-evaluation.component.scss | 33 ++++++++++++++++++- Mohem/src/assets/localization/i18n.json | 4 +++ 3 files changed, 41 insertions(+), 6 deletions(-) diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html index 256fd5d8..16e9298b 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html @@ -25,7 +25,7 @@
-

{{ts.trPK('userProfile','performance-evaluation')}}

+

{{ts.trPK('userProfile','performance-evaluation')}}

@@ -65,11 +65,11 @@

- - + +
- - + +
diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.scss b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.scss index e4d1198e..03f9c6c2 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.scss +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.scss @@ -76,6 +76,19 @@ text-align: center; margin-left: 74px; } + .Text-ar{ + margin: 0; + padding: 0; + text-align: center; + font-weight: bolder; + color: black; + font-size: 16px; + margin-top: 5px; + margin-bottom: 10px; + text-align: center; + + margin-right: 131px; + } .leftgrid{ margin-left: 10px; @@ -120,19 +133,37 @@ margin-top: -7px !important; font-weight: bold !important; } +.label-ar{ + font-size: 15px !important; + margin-top: -7px !important; + font-weight: bold !important; +} .labelvalue{ - font-size: 27px !important; + font-size: 25px !important; font-weight: bold !important; margin-top: 7px !important; margin-left: 90px !important; + } +.labelvalue-ar{ + + font-size: 24px !important; + font-weight: bold !important; + /* margin-top: 7px !important; */ + margin-right: 19px !important; +} + .percentage{ font-size: 19px !important; margin-top: 15px !important; } +.percentage-ar{ + font-size: 19px !important; + margin-right: -54px; +} .gauge{ transform: translate(-24px, -65px); diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json index f0c84b20..dcd3e038 100644 --- a/Mohem/src/assets/localization/i18n.json +++ b/Mohem/src/assets/localization/i18n.json @@ -997,6 +997,10 @@ "en": "Performance", "ar": "الاداء" }, + "your-performance": { + "en": "Your Performance In", + "ar": "ادائك في" + }, "changepicture":{ "en":"Change Picture", "ar":"تغيير الصوره"