Fixing story sentiment and manage menu position in story detail view.

This commit is contained in:
Samuel Clay 2014-04-09 15:17:48 -07:00
parent f4f5a0f1da
commit 6e503aeddf
2 changed files with 3 additions and 3 deletions

View file

@ -2285,7 +2285,7 @@ body {
}
.NB-feed-story .NB-feed-story-sentiment {
position: absolute;
top: 1px;
top: 3px;
left: -19px;
width: 16px;
height: 16px;
@ -2330,7 +2330,7 @@ body {
height: 22px;
left: -28px;
position: absolute;
top: 0;
top: 2px;
width: 28px;
}
.NB-feed-story .NB-feed-story-header:hover .NB-feed-story-manage-icon {

View file

@ -3363,7 +3363,7 @@
top = toplevel ? 3 : 3;
} else if (type == 'story') {
left = 7;
top = 1;
top = 3;
$align = $('.NB-story-manage-icon,.NB-feed-story-manage-icon', $item);
if (!$align.is(':visible')) {
$align = $('.NB-storytitles-sentiment,.NB-feed-story-sentiment', $item);