Bootstrap3 regression fixes: avatars for likes, aspect dropdown on notification page, tag input
This commit is contained in:
parent
e0a4d778fd
commit
7b7700b317
3 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue