diff --git a/.DS_Store b/.DS_Store index bfdac21e..762b4ed3 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/views/chat.hbs b/views/chat.hbs index d50a6bba..c124056a 100644 --- a/views/chat.hbs +++ b/views/chat.hbs @@ -47,9 +47,13 @@ img{ max-width:100%;} .srch_bar .input-group-addon { margin: 0 0 0 -27px;} -.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;} +/*.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}*/ -.chat_ib h5 span{ font-size:13px; float:right;} +/*.chat_ib h5 span{ font-size:13px; float:right;}*/ + +.chat_date { + padding-top: 5px; +} .chat_ib p{ font-size:14px; color:#989898; margin:auto} @@ -68,7 +72,7 @@ img{ max-width:100%;} background: #e8eaef; overflow:hidden; clear:both; - padding: 0 0 15px; + padding: 7px 0 7px; } .chat_list { @@ -175,7 +179,7 @@ img{ max-width:100%;}
-

Messaging

+

Chat

@@ -187,12 +191,14 @@ img{ max-width:100%;} sunil +
{{this.selectedPostTitle}}
{{#ifEquals this.selectedPersonSelling ../currentSession.passport.user._json.email}} -
Interested buyer for "{{this.selectedPostTitle}}"Dec 25
+ Interested Buyer {{/ifEquals}} {{#ifEquals this.dateChatStartedBy ../currentSession.passport.user._json.email}} -
Seller of "{{this.selectedPostTitle}}"
Dec 25 + Product Seller {{/ifEquals}} +

Last chatted:

{{/each}}