From 6cf8952a7eaf71d9d06f5fb8be6717d662fcdc37 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 29 Aug 2018 16:04:08 -0400 Subject: [PATCH] Style updates for member list view. underline links. --- css/front.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/css/front.css b/css/front.css index 7c2c3d53..e5fa7432 100644 --- a/css/front.css +++ b/css/front.css @@ -832,11 +832,11 @@ input[type="submit"].glm-member-button { clear: both; } .glm-alpha-link { - border: 1px black solid; + /* border: 1px black solid; */ padding: .1em .3em .1em .3em; margin-right: .2em; font-weight: bold; - text-decoration: none !important; + text-decoration: underline !important; line-height: 2; } .glm-alpha-link a:hover { @@ -880,7 +880,12 @@ input[type="submit"].glm-member-button { .glm-map-member-address { font-size: 13px; line-height: 1.2; - margin: 3px 0 0; + margin: 3px 0 1px 0 !important; +} +.glm-map-member-name a, +.glm-member-list-map-info a, +.glm-member-list-info a { + text-decoration: underline; } /* * Map End -- 2.17.1