From 79d9ae97326448c4f99d9c4350c14d554af4ed36 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 8 Aug 2018 14:55:37 -0400 Subject: [PATCH] Add + and - on section bars, and added orange/blue bg change test links for the meeting --- css/admin.css | 20 ++++++++++++++++++++ views/admin/contacts/edit.html | 9 +++++++++ 2 files changed, 29 insertions(+) diff --git a/css/admin.css b/css/admin.css index 3bc0a6f..990ae6b 100644 --- a/css/admin.css +++ b/css/admin.css @@ -28,6 +28,9 @@ .glm-table-section-title { border-bottom: 1px solid grey; padding-bottom: 6px; +} +#glm-admin-contact-wrapper #glm-admin-content-container .glm-contact-content-toggle .section-title { + } .glm-contact-content-data { margin-top: -5px; @@ -47,6 +50,21 @@ padding: 10px 20px; text-transform: uppercase; margin-bottom: 5px; + position: relative; +} +#glm-table-profile > .glm-contact-content-toggle:after { + content: "+"; + cursor: pointer; + right: 30px; + top: 15px; + font-size: 20px; + position: absolute; +} +#glm-table-profile > .glm-contact-content-toggle.selected:after { + content: "-"; + top: 17px; + right: 32px; + font-size: 22px; } @media only screen and (max-width: 639px) { .glm-contact-content-toggle { @@ -59,6 +77,7 @@ line-height: 1.6; margin-bottom: 2px; margin-top: 2px; + max-width: 90%; } #glm-contact-fullprofile-toggle.selected { @@ -144,6 +163,7 @@ box-shadow: 0px -1px 0px darkred; } + /* Input Fields CSS */ input::placeholder { color: #acacac; diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index c0126b0..a6136c7 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -110,6 +110,8 @@
Expand All
+
Try Orange
+
Try Blue
{if $fromMemberMenu}
@@ -939,6 +941,13 @@