changes by suren

This commit is contained in:
sriram-at-840620226347 2019-10-14 11:02:56 +05:30
parent e535acdd6c
commit 7ce14738cf
3 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@
<!-- price Column -->
<ng-container matColumnDef="Cost Per Unit">
<th align="right" style="width: 8% !important;text-align: center;" mat-header-cell *matHeaderCellDef > Cost Per Unit<br> (in Rs) </th>
<td style="width: 8% !important;text-align: center;" mat-cell *matCellDef="let row;" > {{row.cost_per_unit === null?0:row.cost_per_unit}} </td>
<td style="width: 8% !important;text-align: right;" mat-cell *matCellDef="let row;" > {{row.cost_per_unit === null?0:row.cost_per_unit}} </td>
<!-- <td mat-footer-cell *matFooterCellDef> Total </td> -->
</ng-container>

View File

@ -93,7 +93,7 @@
</div>
</div>
<div fxFlex.sm="100" fxFlex.xs="100" fxFlex.md="33.33" fxFlex.lg="63.33" fxFlex.xl="33.33" fxFlex="100">
<div class="horizontal-menu text-center">
<div class="horizontal-menu" style="text-align: right;">
<nav>
<ul class="main-h-list" style="font-size: 16px;">
<li *ngFor="let menuitem of horizontalMenuItems.getAll()">

View File

@ -126,7 +126,7 @@ $mat-toolbar-height-mobile-landscape: 48px !default;
position: relative;
}
.dropdown {
margin-left: 28px;
// margin-left: 28px;
position: fixed;
z-index: 5;
opacity: 1;