CSS tweaks to request add group, a=chris

Chris Pollett [2017-02-08 20:Feb:th]
CSS tweaks to request add group, a=chris
Filename
src/css/search.css
src/views/elements/GroupfeedElement.php
diff --git a/src/css/search.css b/src/css/search.css
index 439a9374f..4e94fb760 100755
--- a/src/css/search.css
+++ b/src/css/search.css
@@ -830,13 +830,18 @@ ul.in-list li
     height:0;
     position:relative;
     top:-25px;
-
 }
 .group-request-add
 {
     font-size:12pt;
     height:0;
 }
+.mobile .request-add,
+.mobile .group-request-add
+{
+    position:relative;
+    top:-18px;
+}
 .admin-collapse
 {
     height:0;
diff --git a/src/views/elements/GroupfeedElement.php b/src/views/elements/GroupfeedElement.php
index d6a6dba44..524d0f642 100644
--- a/src/views/elements/GroupfeedElement.php
+++ b/src/views/elements/GroupfeedElement.php
@@ -88,7 +88,7 @@ class GroupfeedElement extends Element implements CrawlConstants
                 e(' class="small-margin-current-activity" ');
             }?> >
             <?php
-            if (!C\MOBILE && ($is_admin || $logged_in)) {
+            if (($is_admin || $logged_in)) {
                 if (isset($data['SUBSCRIBE_LINK'])) {
                     $request_add = ($is_admin) ? "request-add" :
                         "group-request-add";
@@ -104,7 +104,6 @@ class GroupfeedElement extends Element implements CrawlConstants
                     }
                     ?></div>
                     <?php
-
                 }
             }
             if (!C\MOBILE && !$is_admin && isset($data["AD_LOCATION"]) &&
@@ -892,4 +891,4 @@ class GroupfeedElement extends Element implements CrawlConstants
         </script>
         <?php
     }
-}
\ No newline at end of file
+}
ViewGit