From 93c682fd9494332cb3439da8b6bdea141581be82 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 3 Oct 2016 10:57:43 -0400 Subject: [PATCH] Update view file Make the font size bigger for h2. Put the add button into the Header area. --- css/admin.css | 2 +- views/admin/dashboard/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/admin.css b/css/admin.css index 139e7cf3..85c386e6 100644 --- a/css/admin.css +++ b/css/admin.css @@ -432,7 +432,7 @@ input[type=submit], input[type=file] { padding: 8px 0; } .glm-widget h2 { - font-size: 14px; + font-size: 18px; padding: 8px 12px; margin: 0; line-height: 1.4; diff --git a/views/admin/dashboard/index.html b/views/admin/dashboard/index.html index c5183dcc..00076903 100644 --- a/views/admin/dashboard/index.html +++ b/views/admin/dashboard/index.html @@ -2,15 +2,15 @@

{$terms.term_member_cap} Profiles + + Add New {$terms.term_member_cap} Information Version +

{if apply_filters('glm_members_permit_admin_member_index_view_member_info_version', true)} {if apply_filters('glm_members_permit_admin_member_index_add_member_info_version', true)} {/if} - - Add New {$terms.term_member_cap} Information Version -
-- 2.17.1