From 8f3ee080415ae192994686108c130e7c5b4f283e Mon Sep 17 00:00:00 2001 From: ashwaq Date: Tue, 17 Mar 2020 16:17:21 +0300 Subject: [PATCH] fix --- Mohem/src/app/vacation-rule/home/home.component.html | 5 +++-- Mohem/src/app/vacation-rule/home/home.component.scss | 2 +- .../vacation-type/vacation-type.component.html | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Mohem/src/app/vacation-rule/home/home.component.html b/Mohem/src/app/vacation-rule/home/home.component.html index 9de43239..5bb36a1e 100644 --- a/Mohem/src/app/vacation-rule/home/home.component.html +++ b/Mohem/src/app/vacation-rule/home/home.component.html @@ -88,8 +88,9 @@

{{item.RULE_STATUS}}


{{item.RULE_NAME}} | {{item.ITEM_TYPE_DISPLAY_NAME}}


-

{{item.BEGIN_DATE | dateString }} - {{item.END_DATE | dateString}}


-

Created on:


+

{{item.BEGIN_DATE | dateString }} - {{item.END_DATE | dateString}}

+ diff --git a/Mohem/src/app/vacation-rule/home/home.component.scss b/Mohem/src/app/vacation-rule/home/home.component.scss index e777adaa..bf5c0751 100644 --- a/Mohem/src/app/vacation-rule/home/home.component.scss +++ b/Mohem/src/app/vacation-rule/home/home.component.scss @@ -120,7 +120,7 @@ ion-card-header { } .label{ margin-top: -19px; - border-bottom: #eaeaea solid; + // border-bottom: #eaeaea solid; padding-bottom: 8px; color: black !important; } diff --git a/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html b/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html index f145118d..cb285a67 100644 --- a/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html +++ b/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html @@ -39,7 +39,7 @@ {{'vacation-rule, itemType' | translate}} - @@ -79,9 +79,9 @@ - + {{'vacation-rule, notification' | translate}} - {{x.NOTIFICATION_DISPLAY_NAME}}