diff --git a/src/app/components/offers-received/offers-received.component.html b/src/app/components/offers-received/offers-received.component.html index 238240e..93a26e8 100644 --- a/src/app/components/offers-received/offers-received.component.html +++ b/src/app/components/offers-received/offers-received.component.html @@ -1,79 +1,60 @@
+
New Offer Expires : {{item.expire | date}}
-
-
-
{{item.title}}
-
Reward : {{item.price*0.01| number : '1.2-2'}} {{item.currency}}
+
+
{{(item.title.length > 65) ? item.title.substring(0,64)+"...": item.title }}
+
-
Expires : {{item.expire | date}}
-
- View + +
{{item.price*0.01| number : '1.2-2'}} {{item.currency}}
+
+ {{ (currOpenOffer !='' && currOpenOffer==item.offer_uid)? 'Close': 'View'}}
-
-
- {{(item.job_description.length<95)? item.job_description :item.job_description.substring(0,95)+'...' }} -
-
-
-
- Reject -
-
- Start Now -
+
+
+ + + {{item.title }} + + + {{item.description}} + + + {{item.price*0.01| number : '1.2-2'}} {{item.currency}} {{item.timeline_days}} day(s) + + + + + + + +
+
+ Reject +
+
+ Start Now +
+
+
+
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/src/app/components/offers-received/offers-received.component.scss b/src/app/components/offers-received/offers-received.component.scss index 2b6af04..5c88dde 100644 --- a/src/app/components/offers-received/offers-received.component.scss +++ b/src/app/components/offers-received/offers-received.component.scss @@ -7,14 +7,23 @@ margin-bottom: 5px; //display: flex; .offer_title{ - font-size: 18px; + font-size: 16px; font-weight: bolder; + //width: 100%; + //display: block; + //white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding-top: 5px; + height: 55px; + // background-color:whitesmoke; } .price{ margin-top: 5px; margin-bottom: 5px; color:green; font-size: 14px; + font-weight: bolder; } .expire{ font-weight: bold;