Merge pull request #10507 from lcdservices/CRM-20739
[civicrm-core.git] / css / contactSummary.css
index bcd8a7e854d2c2e9ff850d6ed43007e3c7fdaeb7..c29270bac9795acb7492d63749b5138bdb9e1187 100644 (file)
@@ -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,29 @@ div#crm-contact-thumbnail {
   width: 100%;
 }
 
+#tagtree {
+  max-height: 500px;
+  overflow: auto;
+}
+
+#tagtree li {
+  margin-top: 5px;
+}
+#tagtree ins.jstree-icon {
+  cursor: pointer;
+  position: relative;
+  top: -3px;
+}
+#tagtree .jstree-disabled {
+  cursor: not-allowed;
+}
+#tagtree .jstree-disabled > .jstree-checkbox {
+  opacity: .2;
+}
+
 #tagGroup table .label {
   color: #FFF;
 }
 #tagGroup table {
   color: #000;
-}
\ No newline at end of file
+}