diff --git a/app/assets/stylesheets/mobile/mobile.css.scss b/app/assets/stylesheets/mobile/mobile.css.scss
index e475bcea1f070edbaed060d26e0718e30f6c4ad3..8da30b618e13f2b16090970a340506de36d54a3d 100644
--- a/app/assets/stylesheets/mobile/mobile.css.scss
+++ b/app/assets/stylesheets/mobile/mobile.css.scss
@@ -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; }; }
diff --git a/app/views/notifications/index.mobile.haml b/app/views/notifications/index.mobile.haml
index 1d334df6659f47d55ef02fa9abcdc94f65e90b08..cee20a7488d45ba7dbdbf07e7e6f2fe09b483557 100644
--- a/app/views/notifications/index.mobile.haml
+++ b/app/views/notifications/index.mobile.haml
@@ -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)