CRM-17658 PDFs: add new region 'pdf-header' in head of PDFs
[civicrm-core.git] / css / contactSummary.css
index cb9e55617e5317781ac0b4053208af9c86501209..bcd8a7e854d2c2e9ff850d6ed43007e3c7fdaeb7 100644 (file)
@@ -1,6 +1,6 @@
-/* CiviCRM contact summary page styles */
+/* Styles specific to contact Summary/Edit/Inline-Edit pages */
 
-.crm-container .primary {
+.crm-container .primary .crm-label {
   font-weight: bold;
 }
 
@@ -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;
@@ -209,8 +214,22 @@ div#crm-contact-thumbnail {
   text-align: right;
 }
 
+#crm-container .geotag {
+  padding: 2px 0 2px 20px !important;
+  background: url('../i/geotag_16.png') left center no-repeat;
+  font-size: .9em;
+}
+
 /* contact actions */
 
+#crm-contact-actions-wrapper {
+  position: relative;
+}
+
+#crm-contact-actions-list {
+  width: 495px;
+}
+
 #crm-contact-actions-list ul {
   width: auto;
 }
@@ -236,17 +255,6 @@ div#crm-contact-thumbnail {
   border-right: 1px solid #a7a7a7;
 }
 
-#crm-contact-actions-wrapper {
-  position: relative;
-  float: left;
-  width: 85px;
-  /* fixes ie bug where button is toooooo long */
-}
-#crm-contact-actions-list {
-  width: 495px;
-  /* fixes ie bug  caused by above*/
-}
-
 #crm-contact-actions-list .crm-contact_activities-list select {
   margin-top: 4px;
 }
@@ -335,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