From 124139c487880d496540604c59188622f17d2de1 Mon Sep 17 00:00:00 2001 From: vivekarora Date: Tue, 17 Sep 2013 17:51:02 +0530 Subject: [PATCH] CRM-13364 - Date fields in all popups should display calendar icon ---------------------------------------- * CRM-13364: Date fields in all popups should display calendar icon http://issues.civicrm.org/jira/browse/CRM-13364 --- css/civicrm.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 0a00e39e13..33df1fbd90 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3030,6 +3030,19 @@ div.ui-dialog { overflow: visible; } +/* Date plugin for profile in edit mode */ +.ui-dialog input.dateplugin { + background: white url(../i/cal.gif) no-repeat scroll right center; + padding-right: 16px; + /* so that text doesn't flow on top of icon */ + width: 9em; +} + +/* Date plugin for profile in edit mode */ +.ui-dialog div.batch-update { + overflow: visible; +} + /* Help text in Send Mail*/ #crm-container div.messageHelp { z-index: 1; -- 2.25.1