From 15006653d3a4792310b689f2a594bc723b79a181 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 3 Aug 2018 15:29:44 -0400 Subject: [PATCH] reducing top position of the expand button in the profile header next to the delete contacts button making the expand all button lined up with the delete and return buttons in the profile header --- css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index 93a0410..e281a83 100644 --- a/css/admin.css +++ b/css/admin.css @@ -76,7 +76,7 @@ float: left; width: 85px; position: relative; - /* top: -8px; */ + top: -10px; } .glm-contact-content-toggle span { font-size: 11px; -- 2.17.1