summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_right.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-12 14:12:17 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-12 14:27:44 -0700
commit14c121dc0cccdd36f97b0b13cde6dd3a5802bb9e (patch)
tree53864d1443a4415b4fd0fb1379c1f73dd51f1eca /web/react/components/post_right.jsx
parent0f1c9917271d8e28c55b8d930ac9057ef19e5862 (diff)
downloadchat-14c121dc0cccdd36f97b0b13cde6dd3a5802bb9e.tar.gz
chat-14c121dc0cccdd36f97b0b13cde6dd3a5802bb9e.tar.bz2
chat-14c121dc0cccdd36f97b0b13cde6dd3a5802bb9e.zip
Implements better markup for css changes to be made, including an overlay of the dropzones and help pic/text
Diffstat (limited to 'web/react/components/post_right.jsx')
-rw-r--r--web/react/components/post_right.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index ad8b54012..49c12ad9c 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -296,6 +296,10 @@ module.exports = React.createClass({
return (
<div className="post-right__container">
+ <div className='right-file-overlay invisible'>
+ <span className='right-file-help-text'>Drop a file to upload it.</span>
+ <img className='right-file-help-picture' />
+ </div>
<div className="search-bar__container sidebar--right__search-header">{searchForm}</div>
<div className="sidebar-right__body">
<RhsHeaderPost fromSearch={this.props.fromSearch} isMentionSearch={this.props.isMentionSearch} />