Removed margin from asm amenity select on list
authorLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 15:22:54 +0000 (11:22 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 15:22:54 +0000 (11:22 -0400)
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

index 3d4b473..9965581 100644 (file)
@@ -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;
 }