Fix markdown indication in the publisher when the user upload an image

This commit is contained in:
flaburgan 2014-01-04 15:58:20 +01:00
parent 3174310ba0
commit f758163f2e
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 { .options_and_submit {
min-height: 21px; min-height: 21px;
clear: both; clear: both;
@ -166,6 +170,11 @@
} }
} }
.markdownIndications {
position: absolute;
bottom: 0px;
}
@include border-radius(2px); @include border-radius(2px);
border: 1px solid #ccc; border: 1px solid #ccc;
@ -195,7 +204,7 @@
#photodropzone { #photodropzone {
z-index: 3; z-index: 3;
position: absolute; position: absolute;
bottom: 0; bottom: 15px;
right: 35px; right: 35px;
width: 430px; width: 430px;
left: 5px; left: 5px;