diff --git a/app/assets/stylesheets/mentions.css.scss b/app/assets/stylesheets/mentions.css.scss
index 3e911f695c51b8dca350671c43424ec64a606e69..49187d20b81b8772350665007164235c986028da 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 6fbd68a19f0745df3424c68eaff1d06a23a29429..f7f3a0e39d2e069f69bb77d02008be6e005338c5 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;