projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ca2fc
)
Removed margin from asm amenity select on list
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 7 Jul 2016 15:22:54 +0000
(11:22 -0400)
committer
Laury 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
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
3d4b473
..
9965581
100644
(file)
--- 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;
}