From 2799d65c74731105066e852c9dba099033635131 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 3 Aug 2018 15:31:56 -0400 Subject: [PATCH] floating the expand all button to the right in mobile moving the expand all button to the right in mobile view --- css/admin.css | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.17.1