summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-12 00:23:00 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-17 18:55:20 +0100
commite9a8bcd727e1bfbd98dc1955d1c574b76e9a4ad1 (patch)
tree2ff1009f12f5104940bf5f8d7377f3afbab7dae8 /web/sass-files/sass/partials/_post.scss
parent1d7c44919237f424cfd65157cc08bff42753fd0f (diff)
downloadchat-e9a8bcd727e1bfbd98dc1955d1c574b76e9a4ad1.tar.gz
chat-e9a8bcd727e1bfbd98dc1955d1c574b76e9a4ad1.tar.bz2
chat-e9a8bcd727e1bfbd98dc1955d1c574b76e9a4ad1.zip
PLT-327: Add help text for Markdown
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss31
1 files changed, 18 insertions, 13 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 5a7d79afe..fad6f5074 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -47,20 +47,25 @@ body.ios {
.textarea-wrapper {
position:relative;
- .textbox-preview-area {
- position: absolute;
- z-index: 2;
- top: 0;
- left: 0;
- box-shadow: none;
- }
- .textbox-preview-link {
- position: absolute;
- z-index: 3;
- bottom: -23px;
- right: 0;
+ .textbox-preview-area {
+ position: absolute;
+ z-index: 2;
+ top: 0;
+ left: 0;
+ box-shadow: none;
+ }
+ .textbox-preview-link, .textbox-help-link {
+ position: absolute;
+ z-index: 3;
+ bottom: -23px;
font-size: 13px;
- cursor: pointer;
+ cursor: pointer;
+ }
+ .textbox-preview-link {
+ right: 45px;
+ }
+ .textbox-help-link {
+ right: 0;
}
min-height:36px;
}