CRM-16415 add Font Awesome to bower.json
[civicrm-core.git] / css / contactSummary.css
index 25dc89b85ca29a043ad4b86f274d447eb1549f50..311fb1b4d5f1af7093933dd807d51da4ff7d8e30 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;
 }
 
@@ -186,7 +186,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 +209,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,10 +250,6 @@ div#crm-contact-thumbnail {
   border-right: 1px solid #a7a7a7;
 }
 
-#crm-contact-actions-wrapper {
-  position: relative;
-}
-
 #crm-contact-actions-list .crm-contact_activities-list select {
   margin-top: 4px;
 }