Removed float on emoji

-`remove comment` button will not make the text jump anymore.
This commit is contained in:
Staicu Ionut 2012-09-24 10:06:41 +03:00
parent 923eb89c1d
commit c701507b6c

View file

@ -43,7 +43,9 @@
padding: 8px 0;
overflow: hidden;
display: block;
position:relative;
img {float: left; margin-right: 10px;}
img.emoji {float:none;margin:0;}
.note-author cite{font-style: italic;}
p { color:$style_color; }
.note-author { color: $style_color;}
@ -55,7 +57,9 @@
.delete-note {
display:none;
float:right;
position:absolute;
right:0;
top:0;
}
&:hover {