Merge remote-tracking branch 'origin/4.5' into 4.5-master-2015-02-24-17-24-05
[civicrm-core.git] / css / contactSummary.css
index cb9e55617e5317781ac0b4053208af9c86501209..e1efff24eb32770f52791b48b95709465778d2ca 100644 (file)
@@ -1,4 +1,4 @@
-/* CiviCRM contact summary page styles */
+/* Styles specific to contact Summary/Edit/Inline-Edit pages */
 
 .crm-container .primary {
   font-weight: bold;
@@ -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,17 +250,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;
 }