X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=813f0c491619ccb3643b305467e681c91f8fc9c0;hb=3f5cbc99e03c3ce328082db32cfb601edca032b2;hp=6a957989da923a37ab5a8d35b1b6485dfda0aa91;hpb=4340d1ee2af002617cf8a0cff59b3eac94bc91d9;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index 6a957989da..813f0c4916 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -35,14 +35,21 @@ div#crm-contact-thumbnail { #crm-container div.crm-inline-edit.form { cursor: default; border: 2px dashed #6665BF; - overflow: auto; + box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 99999px; + background-color: white; + float: left; + z-index: 99; +} + +#mainTabContainer:not(.narrowpage) .contactCardRight div.crm-inline-edit.form { + float: right; } #crm-container .crm-inline-edit.add-new { 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; @@ -52,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; } @@ -66,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; } @@ -76,7 +87,8 @@ div#crm-contact-thumbnail { white-space: nowrap; } #crm-container table.crm-inline-edit-form td.crm-label, -#crm-container div.crm-inline-edit-form .crm-label { +#crm-container div.crm-inline-edit-form .crm-label, +#crm-container div.crm-inline-edit-form .messages { white-space: normal; } @@ -349,14 +361,7 @@ div#crm-contact-thumbnail { max-height: 500px; overflow: auto; } -#tagtree, -#tagtree li.highlighted ul { - background-color: white; -} -#tagtree li.highlighted, -#tagtree li.highlighted-child.jstree-closed { - background-color: #fefcb0; -} + #tagtree li { margin-top: 5px; } @@ -365,8 +370,11 @@ div#crm-contact-thumbnail { position: relative; top: -3px; } -#tagtree input { - margin: 0; +#tagtree .jstree-disabled { + cursor: not-allowed; +} +#tagtree .jstree-disabled > .jstree-checkbox { + opacity: .2; } #tagGroup table .label {