CRM-13364 - Use .crm-container-snippet instead of .ui-dialog
authorTim Otten <totten@civicrm.org>
Wed, 18 Sep 2013 19:16:14 +0000 (12:16 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 18 Sep 2013 19:16:14 +0000 (12:16 -0700)
----------------------------------------
* CRM-13364: Date fields in all popups should display calendar icon
  http://issues.civicrm.org/jira/browse/CRM-13364

css/civicrm.css

index 33df1fbd90fdf87b376fb5e5654b8eecc5647d53..29bbbce9f884b8e194ecf2076e541b84751f41c7 100644 (file)
@@ -3031,7 +3031,7 @@ div.ui-dialog {
 }
 
 /* Date plugin for profile in edit mode */
-.ui-dialog input.dateplugin {
+.crm-container-snippet 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 */
@@ -3039,7 +3039,7 @@ div.ui-dialog {
 }
 
 /* Date plugin for profile in edit mode */
-.ui-dialog div.batch-update {
+.crm-container-snippet div.batch-update {
   overflow: visible;
 }