Skip to content
Snippets Groups Projects
Commit 31a6f689 authored by totten's avatar totten
Browse files

CRM-13364 - Use .crm-container-snippet instead of .ui-dialog

----------------------------------------
* CRM-13364: Date fields in all popups should display calendar icon
  http://issues.civicrm.org/jira/browse/CRM-13364
parent 2d175b34
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment