summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-10-14 21:41:03 +0200
committerFlorian Orben <florian.orben@gmail.com>2015-10-14 21:48:32 +0200
commitf0a3c5983492130adb7bf6b92d2682b029c302e9 (patch)
tree9c3594718f274a9269c02ffce3d0c49d7c1af2ab /web/sass-files/sass/partials/_post_right.scss
parent830e8b04d9cbc5652ab8b23d469e1c75ff5f8516 (diff)
downloadchat-f0a3c5983492130adb7bf6b92d2682b029c302e9.tar.gz
chat-f0a3c5983492130adb7bf6b92d2682b029c302e9.tar.bz2
chat-f0a3c5983492130adb7bf6b92d2682b029c302e9.zip
PLT-42: Add "File uploading" text left of "Add Comment" when file is uploading
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index e4860b286..b72176a11 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -36,6 +36,11 @@
.post-create-footer {
padding-top: 10px;
}
+ .post-right-comments-upload-in-progress {
+ padding: 6px 0;
+ color: #a8adb7;
+ margin-right: 10px;
+ }
}
}