Commit 90bcda5d authored by kpandey's avatar kpandey

Changes in css

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175059 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5c5b048f
...@@ -391,16 +391,18 @@ p { ...@@ -391,16 +391,18 @@ p {
.product-img-container { .product-img-container {
position: relative; position: relative;
min-height: 230px;
padding: 0; padding: 0;
height: 236px;
} }
.trend-img-container {
position: relative; .trend-img-container{
min-height: 310px; position: relative;
padding: 0; height: calc( 100% - 90px);
padding: 0;
} }
/* CSSS FOR ORDER */ /* CSSS FOR ORDER */
.orderDescription1, .orderDescription2, .orderDescription3, .offers{ .orderDescription1, .orderDescription2, .orderDescription3, .offers{
......
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