Skip to content
Snippets Groups Projects
Commit 2d175b34 authored by totten's avatar totten
Browse files

Merge branch 'CRM-13364Css' of git://github.com/vivekarora/civicrm-core into pull-request-1655

parents 591bc07c 124139c4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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