Skip to content

Commit

Permalink
Merge pull request #540 from Madhuravas/develop
Browse files Browse the repository at this point in the history
MOSIP-25460 MOSIP-27938
  • Loading branch information
aranaravi authored Oct 20, 2023
2 parents e31f532 + a992e0e commit 37eac08
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h4 *ngIf="showMessage" class="show-message-text">{{showMesssageText}}</h4>
<ul>
<li *ngFor="let center of REGISTRATION_CENTRES; let i = index;">
<div [ngClass]="REGISTRATION_CENTRES.length === i+1 ? 'center-card item' :'center-card'">
<div style="width: 50%;" (click)="selectedRow(center)" style="cursor:pointer;">
<div style="width: 40%;cursor:pointer;" (click)="selectedRow(center)">
<div class="inline-flex" [dir]="textDir">
<img alt="" src="assets\address.png" />
<div>
Expand All @@ -97,8 +97,8 @@ <h4 *ngIf="showMessage" class="show-message-text">{{showMesssageText}}</h4>
</span>
</div>
</div>
<span class="spacer"></span>
<div style="width: 40%;">
<span style="width: 5%;" class="spacer"></span>
<div style="width: 55%;">
<div>
<span>
<div [dir]="textDir">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ mat-card-title {
font-weight: 600;
letter-spacing: 0px;
color: #505050;
cursor: none;
}

@media screen and (max-width: 1690px) and (min-width:1410px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</span>
<div class="main-div" dir="{{sitealignment}}">
<mat-card class="main-card">
<mat-card-title class="uin-heading">{{'dashboard.uinservices' | translate}}</mat-card-title>
<h2 class="uin-heading">{{'dashboard.uinservices' | translate}}</h2>
<mat-card-subtitle class="services-description">{{'dashboard.uindescription' | translate}}</mat-card-subtitle>
<mat-grid-list *ngIf="menuItems" [cols]="cols" [rowHeight]="userPreferredLangCode === 'tam' ? '220px' :'190px' ">
<mat-grid-tile *ngFor="let item of menuItems[0].subMenus">
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/app/shared/dialog/dialog.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ td.mat-footer-cell:last-child {
width: 100%;
margin: 0;
min-height: auto;
max-height: 370px;
/* max-height: 370px; */
}

.sticky-header {
Expand Down

0 comments on commit 37eac08

Please sign in to comment.