Remove function I added for date handling.
[civicrm-core.git] / css / contactSummary.css
index a62b8827ccbbbbcce3bbe47ce5c0696e0a510b15..6a957989da923a37ab5a8d35b1b6485dfda0aa91 100644 (file)
@@ -345,16 +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;
 }
-
-.crm-tag-item {
-  display: inline-block;
-  padding: 1px 5px;
-  border-radius: 3px;
-  border: 1px solid grey;
-}