From 8dce06035d0be6fab64b428e794bc96bdb5b9d97 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 7 Jul 2016 11:22:54 -0400 Subject: [PATCH] Removed margin from asm amenity select on list Removed the margin from the asm amenity selection box items in the filter search box on member list pages, causing it to seem more attached to the dropdown itself. --- css/front.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/front.css b/css/front.css index 3d4b4739..99655815 100644 --- a/css/front.css +++ b/css/front.css @@ -759,6 +759,12 @@ input[type="submit"].glm-member-button { /* * Specific Divs Start */ +.glm-member-container .asmContainer .asmSelect { + margin-bottom: 0px; +} +.glm-member-container .asmContainer .asmList { + margin-top: 0px; +} #glm-directions { padding: 1em; } -- 2.17.1