fixed css issues at worklist page

mohemm-issues-jan-31
umasoodch 5 years ago
parent 0a6633c74b
commit 2c99326146

@ -17,12 +17,12 @@
.ripple-div { .ripple-div {
display: block; display: block;
text-align: center; text-align: center;
margin-top: -20%; margin-top: -5%;
p { p {
font-size: 16px; font-size: 16px;
color: #bbbbbb; color: #bbbbbb;
font-family: 'WorkSans-Bold'; font-family: 'WorkSans-Bold';
margin-top: -20%; // margin-top: -20%;
padding-right: 10px; padding-right: 10px;
} }
ion-button { ion-button {

@ -312,9 +312,9 @@
<div *ngIf="notificationBodyRes?.length > 0 "> <div *ngIf="notificationBodyRes?.length > 0 ">
<ion-card *ngFor="let item of notificationBodyRes;let i=index; " style="width: 91%;"> <ion-card *ngFor="let item of notificationBodyRes;let i=index; " style="width: 91%;">
<ion-card-content> <ion-card-content *ngIf="item.Collection_Notification.length > 0">
<div> <div>
<ion-row class="" *ngIf=" item.Collection_Notification.DISPLAY_FLAG != 'N' "> <ion-row *ngIf=" item.Collection_Notification.DISPLAY_FLAG != 'N' ">
<ion-col class="rowBorder" <ion-col class="rowBorder"
*ngFor="let notificationBody of item.Collection_Notification;" size="6" *ngFor="let notificationBody of item.Collection_Notification;" size="6"
[hidden]="notificationBody.DISPLAY_FLAG == 'N'"> [hidden]="notificationBody.DISPLAY_FLAG == 'N'">

Loading…
Cancel
Save