From: Laury GvR Date: Thu, 7 Jul 2016 15:22:54 +0000 (-0400) Subject: Removed margin from asm amenity select on list X-Git-Tag: v2.2.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8dce06035d0be6fab64b428e794bc96bdb5b9d97;p=WP-Plugins%2Fglm-member-db.git 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. --- 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; }