Merge pull request #4667 from Flaburgan/fix-markdown-display

Fix markdown indication in the publisher when the user upload an image
This commit is contained in:
Jonne Haß 2014-01-06 02:22:21 -08:00
commit 7c9460d5b0
2 changed files with 10 additions and 3 deletions

View file

@ -94,5 +94,3 @@
}
}
}
#publisher .mentions-autocomplete-list ul { width: 483px; }

View file

@ -38,6 +38,10 @@
}
}
.mentions-autocomplete-list ul {
width: 483px;
}
.options_and_submit {
min-height: 21px;
clear: both;
@ -166,6 +170,11 @@
}
}
.markdownIndications {
position: absolute;
bottom: 0px;
}
@include border-radius(2px);
border: 1px solid #ccc;
@ -195,7 +204,7 @@
#photodropzone {
z-index: 3;
position: absolute;
bottom: 0;
bottom: 15px;
right: 35px;
width: 430px;
left: 5px;