summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-13 12:03:45 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-13 12:03:45 -0700
commitafe028ae3a63ff341cbaf89b7841e977fb0061fd (patch)
tree6bfbe2a5b4405b93a780a7a5a0828fd268b13cbc /web/react/components/post_list.jsx
parent6d9e715e265a3265841bc351e6b22a4503c20c92 (diff)
parent6ca6072f478f556ba2d25c9762f0d73c9e84c7f6 (diff)
downloadchat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.gz
chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.bz2
chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.zip
Merge pull request #7 from asaadmahmoodspin/mm-316
MM-316
Diffstat (limited to 'web/react/components/post_list.jsx')
-rw-r--r--web/react/components/post_list.jsx18
1 files changed, 13 insertions, 5 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 83f806b79..f45650279 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -463,11 +463,19 @@ module.exports = React.createClass({
}
return (
- <div ref="postlist" className="post-list-holder-by-time">
- <div className="post-list__table">
- <div className="post-list__content">
- { more_messages }
- { postCtls }
+ <div>
+ <div className='file-overlay center-file-overlay invisible'>
+ <div>
+ <i className="fa fa-upload"></i>
+ <span>Drop a file to upload it.</span>
+ </div>
+ </div>
+ <div ref="postlist" className="post-list-holder-by-time">
+ <div className="post-list__table">
+ <div className="post-list__content">
+ { more_messages }
+ { postCtls }
+ </div>
</div>
</div>
</div>