summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
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/sass-files/sass/partials/_post_right.scss
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/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 4cf3e32a1..41b7aaada 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -1,5 +1,28 @@
.post-right__container {
+ .right-file-overlay {
+ height: 100%;
+ width: 100%;
+ position: fixed;
+ z-index: 2147483646;
+ -moz-box-shadow: 0px 0px 3px #8a8a8a;
+ -webkit-box-shadow: 0px 0px 3px #8a8a8a;
+ box-shadow: 0px 0px 3px #8a8a8a;
+
+ .invisible {
+ visibility: hidden;
+ }
+ .visible {
+ visibility: visible;
+ }
+ .right-file-help-text {
+
+ }
+ .right-file-help-picture {
+
+ }
+ }
+
.post-right-root-message {
padding: 1em 1em 0;
}