Merge pull request #4823 from Flaburgan/fix-avatar-mobile-notification

Fix avatar position in mobile notification
This commit is contained in:
Jonne Haß 2014-03-04 00:41:44 +01:00
commit f12546bb78
2 changed files with 4 additions and 5 deletions

View file

@ -47,6 +47,7 @@ h3 {
overflow: auto;
position: relative;
text-align: left;
padding: 10px 0;
* {
max-width: 100%; }
min-height: 34px;
@ -76,9 +77,8 @@ h3 {
> .content,
.reshare > .content {
padding: 10px {
bottom: 0; }; }
padding: 10px 0;
padding: 5px;
}
.info {
margin: {
top: 0; }; }

View file

@ -13,9 +13,8 @@
%ul.notifications_for_day
- notes.each do |note|
.stream_element{:data=>{:guid => note.id}, :class => "#{note.unread ? 'unread' : 'read'}"}
.content
.content.from
=person_image_link(note.actors.last)
.from
= notification_message_for(note)
.time_notif
= timeago(note.created_at)