Commit 53de4807 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174348 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b0cec811
......@@ -31,6 +31,7 @@ import { EcmInputComponent } from './ecm-input/ecm-input.component';
import { EcmSearchResultComponent } from './ecm-search/ecm-search-result/ecm-search-result.component';
import { SearchService } from './ecm-search/ecm-search-result/search.service';
import { EcmSearchItemComponent } from './ecm-search/ecm-search-result/ecm-search-item/ecm-search-item.component';
import { EcmBreadcrumbsComponent } from './ecm-breadcrumbs/ecm-breadcrumbs.component';
//Changes by Prajyot
const appRoutes: Routes = [
......@@ -63,7 +64,8 @@ const appRoutes: Routes = [
EcmUserOptionComponent,
EcmInputComponent,
EcmSearchResultComponent,
EcmSearchItemComponent
EcmSearchItemComponent,
EcmBreadcrumbsComponent
],
imports: [
BrowserModule,
......
......@@ -4,7 +4,6 @@
padding: 0;
margin: 0;
position: relative;
height: 400px;
width: auto;
}
......@@ -12,7 +11,6 @@
border-top-right-radius: 5px;
border-top-left-radius: 5px;
width: 100%;
height: calc( 100% - 90px);
}
.ecm-card-footer {
......@@ -40,7 +38,6 @@
font-size: 12px;
color: #888;
display: block;
line-height: 12px;
top: 7px;
position: relative;
white-space: nowrap;
......@@ -88,3 +85,68 @@
.share:hover {
background-color: transparent;
}
.ecm-card-price {
/* width: 90px; */
/* height: 35px; */
/* line-height: 20px; */
font-size: 23px;
text-align: center;
/* border-radius: 2px; */
padding-right: 10px;
padding-top: 23px;
padding-bottom: 23px;
float: right;
/* position: relative; */
/* top: 15px; */
color: #333;
/* right: 10px; */
}
p {
color: #616161;
margin-bottom: 0;
line-height: 1.3;
}
.ecm-ratings{
top: 10px !important;
font-size: 15px;
color: rgb(500, 150, 50);
font-size: large;
display: block;
line-height: 12px;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
white-space: normal;
top: 5px;
}
.ecm-rupee{
color:#888;
}
#ecm-item {
cursor: pointer;
}
#ecm-item-footer {
padding: 5px;
}
#ecm-item-info {
padding: 10px;
width: calc(100%-120px);
}
#ecm-item-info-title {
line-height: 15px;
padding-top: 5px;
}
#ecm-item-info-subhead {
top: 5px;
line-height: 12px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment