floating the expand all button to the right in mobile
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 19:31:56 +0000 (15:31 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 19:31:56 +0000 (15:31 -0400)
moving the expand all button to the right in mobile view

css/admin.css

index e281a83..9440f04 100644 (file)
@@ -361,6 +361,11 @@ a.tooltip, a.tooltip_bottomleft, a.tooltip_left {
     a.tooltip, a.tooltip_bottomleft, a.tooltip_left {
         position: static;
     }
+    #glm-contact-fullprofile-toggle {
+        float: right;
+        top: 0px;
+    }
+    
 }
 @media only screen and (max-width: 639px) {
     a.tooltip, a.tooltip_bottomleft, a.tooltip_left {