From f758163f2e15838ec2f615078bc446342dbf319a Mon Sep 17 00:00:00 2001 From: flaburgan Date: Sat, 4 Jan 2014 15:58:20 +0100 Subject: [PATCH] Fix markdown indication in the publisher when the user upload an image --- app/assets/stylesheets/mentions.css.scss | 2 -- app/assets/stylesheets/publisher.css.scss | 11 ++++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mentions.css.scss b/app/assets/stylesheets/mentions.css.scss index 3e911f695..49187d20b 100644 --- a/app/assets/stylesheets/mentions.css.scss +++ b/app/assets/stylesheets/mentions.css.scss @@ -94,5 +94,3 @@ } } } - -#publisher .mentions-autocomplete-list ul { width: 483px; } diff --git a/app/assets/stylesheets/publisher.css.scss b/app/assets/stylesheets/publisher.css.scss index 6fbd68a19..f7f3a0e39 100644 --- a/app/assets/stylesheets/publisher.css.scss +++ b/app/assets/stylesheets/publisher.css.scss @@ -37,6 +37,10 @@ margin-bottom: 30px; } } + + .mentions-autocomplete-list ul { + width: 483px; + } .options_and_submit { min-height: 21px; @@ -165,6 +169,11 @@ @include opacity(1); } } + + .markdownIndications { + position: absolute; + bottom: 0px; + } @include border-radius(2px); @@ -195,7 +204,7 @@ #photodropzone { z-index: 3; position: absolute; - bottom: 0; + bottom: 15px; right: 35px; width: 430px; left: 5px;