From: Laury GvR Date: Wed, 1 Aug 2018 13:49:09 +0000 (-0400) Subject: Style improvements, sub-links added to custom fields X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0d1997f25b43f90195633c58b54d0a011dac7fc1;p=WP-Plugins%2Fglm-member-db-contacts.git Style improvements, sub-links added to custom fields --- diff --git a/css/admin.css b/css/admin.css index 33c8949..8202984 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2,10 +2,13 @@ #glm-table-profile.glm-admin-table { max-width: 100%; } -#glm-admin-content-container.glm-admin-contact-content-contaner { - background: #fcfcff; +#glm-admin-content-container.glm-admin-contact-content-container { + background: #f8f8fb; max-width: 1000px; } +#glm-admin-content-container.glm-admin-contact-content-container .nav-tab-wrapper { + border-bottom: 0; +} #glm-admin-content-container .glm-admin-table.glm-admin-table-inner { max-width: 100%; } @@ -27,6 +30,7 @@ padding-bottom: 6px; } .glm-contact-content-toggle { + background: white; border: 1px solid lightgrey; border-radius: 3px; max-width: 100%; @@ -57,6 +61,7 @@ cursor: pointer; } #glm-contact-fullprofile-toggle { + background: white; text-align: center; padding: 3px 6px; margin: 10px; @@ -92,6 +97,7 @@ width: 85px; } #glm-table-profile .glm-contact-sub-data-links { + background: white; border-width: 0 1px 1px 1px; border-color: lightgrey; border-style: solid; @@ -185,7 +191,7 @@ input::placeholder { #glm-table-profile fieldset { background: white; border: 1px solid lightgrey; - + margin-bottom: 10px; } #glm-table-profile fieldset legend { text-decoration: underline; @@ -195,7 +201,7 @@ input::placeholder { } @media only screen and (max-width: 9999px) { #glm-table-profile input[type=text] { - font-size: 14px; + font-size: 15px; } #glm-table-profile.glm-admin-table { table-layout: fixed; diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index 5783ecb..0368d26 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -323,7 +323,7 @@ Email Address{$contactInfo.fieldData.email} - New Email Address + Update Email Address

To change your E-Mail address, enter your new address here. This address must not be used by any other contact or user in this site.

@@ -612,14 +612,14 @@ First Name - + {if $contactInfo.fieldFail.business_fname}

{$contactInfo.fieldFail.business_fname}

{/if} Last Name - + {if $contactInfo.fieldFail.business_lname}

{$contactInfo.fieldFail.business_lname}

{/if} @@ -627,7 +627,7 @@ Title/Position - + {if $contactInfo.fieldFail.title}

{$contactInfo.fieldFail.title}

{/if} @@ -792,6 +792,11 @@ {apply_filters('glm-members-custom-fields-form', '', $slug,$contactInfo.fieldData.id,'')} {apply_filters('glm-members-custom-fields-form', '', $uid,$contactInfo.fieldData.id,'')} {/if} + +
diff --git a/views/admin/contacts/header.html b/views/admin/contacts/header.html index 987d56a..af87cff 100644 --- a/views/admin/contacts/header.html +++ b/views/admin/contacts/header.html @@ -3,6 +3,6 @@ -
+
\ No newline at end of file