Remove function I added for date handling.
[civicrm-core.git] / css / contactSummary.css
index 311fb1b4d5f1af7093933dd807d51da4ff7d8e30..6a957989da923a37ab5a8d35b1b6485dfda0aa91 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;
 }
 
@@ -115,6 +115,8 @@ div#crm-contact-thumbnail {
 
 #crm-container div.contactCardLeft .label,
 #crm-container div.contactCardRight .label {
+  color: #2f2f2f;
+  font-weight: normal;
   font-size: 11px;
   vertical-align: top;
   margin-right: 10px;
@@ -161,6 +163,9 @@ div#crm-contact-thumbnail {
   padding: 4px;
   width: 100%;
 }
+.crm-container div.contact_panel td.grouplabel {
+  border-bottom: 2px solid #D7D7D0 !important;
+}
 
 #crm-container div.contact_panel .crm-address-block {
   margin-bottom: 6px;
@@ -338,4 +343,35 @@ div#crm-contact-thumbnail {
   -moz-box-sizing: border-box;
   float: none;
   width: 100%;
-}
\ No newline at end of file
+}
+
+#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;
+}