From f52b46714e545453fb8f48e50d2e28f31bca2ae9 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Thu, 13 Feb 2014 17:22:54 -0500 Subject: [PATCH] CRM-14217: Fixes for CSS of PCPAccount pages (also affects profiles) where the password/confirm fields are shown. --- css/civicrm.css | 1 + templates/CRM/common/CMSUser.tpl | 1 + 2 files changed, 2 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 77946a60d9..0617b5a72d 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3813,6 +3813,7 @@ span.crm-status-icon { /* Public Pages */ #crm-container.crm-public input[type="text"], +#crm-container.crm-public input[type="password"], #crm-container.crm-public select { font-size: 15px; padding: 5px; diff --git a/templates/CRM/common/CMSUser.tpl b/templates/CRM/common/CMSUser.tpl index 54b9903508..579fc3459e 100644 --- a/templates/CRM/common/CMSUser.tpl +++ b/templates/CRM/common/CMSUser.tpl @@ -56,6 +56,7 @@
{$form.cms_pass.html}
+
-- 2.25.1