X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=44028787edc57ed58cec6858a672bebb1f76ad96;hb=e579af797ad85e340a52552f6a7f43d8a710db8c;hp=128a8812e1189e60e7812146043cc4ef08cb1ec7;hpb=fd9172a486c207bdcaec658dfbc07fca0b52002f;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index 128a8812e1..44028787ed 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -334,7 +334,6 @@ input.crm-form-entityref { .crm-container fieldset legend { display: block; - font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; padding: 4px; @@ -720,7 +719,6 @@ input.crm-form-entityref { /* h3 used as table header for civicrm */ background-color: #CDE8FE; font-size: 15px; - font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #121A2D; padding: 4px 6px; @@ -887,6 +885,12 @@ input.crm-form-entityref { font-weight: bold; } +/* dev/core#1039 Make contact details in popup on merge screen non bold */ +#crm-container tr.columnheader td [class*="crm-summary-col-"] { + font-size: 13px; + font-weight: normal; +} + #crm-container tr.columnheader-dark th span.extra { font-size: .95em; font-weight: normal; @@ -1437,6 +1441,7 @@ input.crm-form-entityref { padding: 4px; margin: 0; line-height: 15px; + white-space: initial; } .crm-container .action-item-wrap {