From: Anthony Talarico Date: Fri, 3 Aug 2018 19:31:56 +0000 (-0400) Subject: floating the expand all button to the right in mobile X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2799d65c74731105066e852c9dba099033635131;p=WP-Plugins%2Fglm-member-db-contacts.git floating the expand all button to the right in mobile moving the expand all button to the right in mobile view --- diff --git a/css/admin.css b/css/admin.css index e281a83..9440f04 100644 --- a/css/admin.css +++ b/css/admin.css @@ -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 {