From 66bd1053cf9e22eedd562da8baafcb2dc826d640 Mon Sep 17 00:00:00 2001
From: Arpit Jalan <arpit@techapj.com>
Date: Tue, 7 Jul 2015 18:21:44 +0530
Subject: [PATCH] UX: fix group members page mobile layout

---
 app/assets/stylesheets/mobile/user.scss | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss
index 73393e0bc..dca11d8d8 100644
--- a/app/assets/stylesheets/mobile/user.scss
+++ b/app/assets/stylesheets/mobile/user.scss
@@ -166,21 +166,25 @@
       overflow: hidden;
       text-overflow: ellipsis;
     }
-    th.seen {
+    th {
+      padding: 0.5em;
       text-align: right;
-    }
-    td.avatar {
-      width: 60px;
+      border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
     }
     td {
+      padding: 0.5em;
+      border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
       img {
         margin-right: 10px;
       }
-      span.last-seen-at {
+      span.text {
         float: right;
         color: $primary;
       }
     }
+    .user-small {
+      width: 245px;
+    }
   }
 
   .user-content {