summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-07 00:15:19 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-10 23:03:49 +0100
commit96adf5238e6d95719def1e3954e1b5bc28bc9e71 (patch)
treeb6391f35f001de50a45dcab9a77e13ad7e15911f /web/sass-files/sass/partials/_post.scss
parent31387be90b9b7e4b7e6a55d05af3d858bef6680a (diff)
downloadchat-96adf5238e6d95719def1e3954e1b5bc28bc9e71.tar.gz
chat-96adf5238e6d95719def1e3954e1b5bc28bc9e71.tar.bz2
chat-96adf5238e6d95719def1e3954e1b5bc28bc9e71.zip
add button to preview your current post
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss16
1 files changed, 15 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 36f6f445e..ffcba3b6a 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -46,7 +46,21 @@ body.ios {
.textarea-wrapper {
position:relative;
- min-height:37px;
+ min-height:57px;
+ .textbox-preview-area {
+ position: absolute;
+ z-index: 2;
+ top: 0;
+ left: 0;
+ box-shadow: none;
+ }
+ .textbox-preview-link {
+ position: absolute;
+ z-index: 3;
+ bottom: 0;
+ right: 10px;
+ cursor: pointer;
+ }
}
.date-separator, .new-separator {