CRM-16259 Add recordPartialPayment function and test.
[civicrm-core.git] / css / contactSummary.css
index e1efff24eb32770f52791b48b95709465778d2ca..0c248d78bfdebf4d13d740233345cdba4983e566 100644 (file)
@@ -1,6 +1,6 @@
 /* Styles specific to contact Summary/Edit/Inline-Edit pages */
 
-.crm-container .primary {
+.crm-container .primary .crm-label {
   font-weight: bold;
 }
 
@@ -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;
@@ -186,7 +191,7 @@ div#crm-contact-thumbnail {
 
 #crm-container div.crm-summary-row div.crm-label {
   background-color: #FAFAFA;
-  color: #7A7A60;
+  color: #777760;
   text-align: left;
   width: 122px;
   float: left;
@@ -338,4 +343,11 @@ div#crm-contact-thumbnail {
   -moz-box-sizing: border-box;
   float: none;
   width: 100%;
+}
+
+#tagGroup table .label {
+  color: #FFF;
+}
+#tagGroup table {
+  color: #000;
 }
\ No newline at end of file