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 @@