From 976b5f25cd303fa9e0d4cfb09e472a8bfc2e0aef Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 3 Aug 2018 15:28:48 -0400 Subject: [PATCH] moving the expand button to the left in the header moving the expand button to the left of the delete contacts button --- css/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/admin.css b/css/admin.css index a42b20b..93a0410 100644 --- a/css/admin.css +++ b/css/admin.css @@ -73,10 +73,10 @@ text-align: center; padding: 3px 6px; margin: 10px; - float: right; + float: left; width: 85px; position: relative; - top: -8px; + /* top: -8px; */ } .glm-contact-content-toggle span { font-size: 11px; -- 2.17.1