diff --git a/app/assets/stylesheets/leftnavbar.scss b/app/assets/stylesheets/leftnavbar.scss index a055f34bb..a9ebfde5c 100644 --- a/app/assets/stylesheets/leftnavbar.scss +++ b/app/assets/stylesheets/leftnavbar.scss @@ -90,7 +90,6 @@ } /* ---- override app/stylesheets/vendor/autoSuggest.css ---- */ - ul.as-selections { padding: 4px 5px; } .as-original{ width: 100%; } .tag_input { line-height: $font-size-base; diff --git a/app/assets/stylesheets/stream_element.scss b/app/assets/stylesheets/stream_element.scss index b1aa30921..98fdcb0a9 100644 --- a/app/assets/stylesheets/stream_element.scss +++ b/app/assets/stylesheets/stream_element.scss @@ -67,6 +67,7 @@ font-size: 12px; line-height: 16px; .author-name, .bd { display: inline-block; } + .author-name { margin-right: 3px; } .entypo.heart { display: inline-block; font-size: 16px; diff --git a/app/views/notifications/_notification.haml b/app/views/notifications/_notification.haml index b4bf4e90f..58340fe0e 100644 --- a/app/views/notifications/_notification.haml +++ b/app/views/notifications/_notification.haml @@ -3,7 +3,7 @@ %i.entypo.eye{ :title => (note.unread ? t('notifications.index.mark_read') : t('notifications.index.mark_unread')) } - if note.type == "Notifications::StartedSharing" && contact = current_user.contact_for(note.effective_target) .pull-right - = aspect_membership_dropdown(contact, note.effective_target, 'left') + = aspect_membership_dropdown(contact, note.effective_target, "right") .media-object.pull-left = person_image_link note.actors.first, :size => :thumb_small, :class => 'hovercardable'