summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorrodrigo <rodrigocorsi@gmail.com>2016-03-06 17:36:15 -0300
committerrodrigo <rodrigocorsi@gmail.com>2016-03-06 17:36:15 -0300
commitd3e914f76a375ecd47a009cb542f824d01241dc2 (patch)
tree4b3de6f692aa0b7f1c05241980a2a553d6246096 /web/sass-files
parent81ccfca2bfc91779d7bf00dbccb6f932d285a87c (diff)
downloadchat-d3e914f76a375ecd47a009cb542f824d01241dc2.tar.gz
chat-d3e914f76a375ecd47a009cb542f824d01241dc2.tar.bz2
chat-d3e914f76a375ecd47a009cb542f824d01241dc2.zip
Add help text below the input box when a user starts typing
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_post.scss24
1 files changed, 20 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 4478b3f15..a667a851c 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -58,22 +58,38 @@ body.ios {
box-shadow: none;
white-space: normal;
}
- .textbox-preview-link, .textbox-help-link {
+ .textbox-help-link {
position: absolute;
z-index: 3;
bottom: -23px;
font-size: 13px;
cursor: pointer;
}
- .textbox-preview-link {
- right: 45px;
- }
.textbox-help-link {
right: 0;
}
min-height:36px;
}
+.help_format_text {
+ position: absolute;
+ z-index: 3;
+ bottom: -23px;
+ font-size: 0.7em;
+ right: 45px;
+ color: #999;
+ transition: visibility 0s, opacity 0.5s linear;
+
+ b, i, code {
+ margin-right: 3px;
+ }
+ .textbox-preview-link{
+ font-size: 13px;
+ cursor: pointer;
+ margin-left: 15px;
+ }
+}
+
.date-separator, .new-separator {
text-align: center;
height: 2em;