X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=813f0c491619ccb3643b305467e681c91f8fc9c0;hb=a36f32b7583f89143365a6c1c6cce6ab7f38ef46;hp=0a912d1a052de51ba3a09a5d332b903f641eb1bc;hpb=e36b654638c89bd8b9a64263d4ef8e8a0f1b3baa;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index 0a912d1a05..813f0c4916 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -21,10 +21,6 @@ div#crm-contact-thumbnail { border-bottom: 1px solid #FFF; } -.crm-summary-block { - clear: both; -} - #crm-container div.crm-inline-edit { border: 2px dashed transparent; background: none; @@ -53,7 +49,7 @@ div#crm-contact-thumbnail { min-height: 2.5em; } -#crm-container div.crm-inline-edit .crm-edit-help { +#crm-container div.crm-summary-block .crm-edit-help { display: none; position: absolute; right: 0; @@ -63,12 +59,12 @@ div#crm-contact-thumbnail { border-bottom-left-radius: 1em; } -#crm-container .crm-inline-edit.add-new .crm-edit-help { +#crm-container .crm-address-block+.crm-address-block .add-new .crm-edit-help { display: block; background-color: #EBEBEB; } -#crm-container .crm-edit-ready .crm-inline-edit:hover .crm-edit-help { +#crm-container .crm-edit-ready .crm-summary-block .crm-inline-edit:hover .crm-edit-help { display: block; background-color: #DFE1FF; } @@ -77,6 +73,10 @@ div#crm-contact-thumbnail { display: none !important; } +#crm-container .crm-address-block+.crm-address-block .add-new .crm-summary-row { + display: none; +} + #crm-container span.crm-custom-greeting { font-size: 9px; }