X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=6a957989da923a37ab5a8d35b1b6485dfda0aa91;hb=f2d30bf7460557c2d88973f883cc00b2fb926fea;hp=bcd8a7e854d2c2e9ff850d6ed43007e3c7fdaeb7;hpb=50bf03c9aaf6ce98d106a52074c5bddfde731160;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index bcd8a7e854..6a957989da 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -48,7 +48,7 @@ div#crm-contact-thumbnail { right: 0; top: 0; opacity: .8; - padding: .4em; + padding: .4em .9em; border-bottom-left-radius: 1em; } @@ -345,9 +345,33 @@ div#crm-contact-thumbnail { width: 100%; } +#tagtree { + 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; +} +#tagtree ins.jstree-icon { + cursor: pointer; + position: relative; + top: -3px; +} +#tagtree input { + margin: 0; +} + #tagGroup table .label { color: #FFF; } #tagGroup table { color: #000; -} \ No newline at end of file +}