Merge remote-tracking branch 'origin/4.5' into 4.5-master-2015-02-24-17-24-05
[civicrm-core.git] / css / contactSummary.css
index 6b7a2c74e66b1c34005ed01042875bf723202356..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;
@@ -45,8 +45,8 @@ div#crm-contact-thumbnail {
 #crm-container div.crm-inline-edit .crm-edit-help {
   display: none;
   position: absolute;
-  right: 0px;
-  top: 0px;
+  right: 0;
+  top: 0;
   opacity: .8;
   padding: .4em;
   border-bottom-left-radius: 1em;
@@ -110,7 +110,7 @@ div#crm-contact-thumbnail {
 }
 
 #crm-container div.contact_panel table {
-  margin-bottom: 0px;
+  margin-bottom: 0;
 }
 
 #crm-container div.contactCardLeft .label,
@@ -144,7 +144,7 @@ div#crm-contact-thumbnail {
 }
 
 #crm-container div.contact_panel td.last {
-  border-bottom: 0px;
+  border-bottom: 0;
 }
 
 #crm-container #customFields {
@@ -153,7 +153,7 @@ div#crm-contact-thumbnail {
 
 #crm-container #customFields div.contact_panel td.talabel {
   padding: 4px 0 0 4px;
-  border: 0px;
+  border: 0;
 }
 
 #crm-container #customFields .contact_panel .customFieldGroup {
@@ -205,12 +205,26 @@ div#crm-contact-thumbnail {
 }
 
 #crm-record-log {
-  padding: 0.8em 0.8em 0em 0em;
+  padding: 0.8em 0.8em 0 0;
   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;
 }
@@ -257,10 +260,22 @@ div#crm-contact-thumbnail {
   width: 160px;
 }
 
+.crm-container table.crm-address-element {
+  border: none;
+  margin-bottom: .25em;
+}
+
 #crm-contact-actions-list .icon {
   background-image: url("../i/icons/jquery-ui-FFFFFF.png");
 }
 
+.crm-container .restore-icon {
+  background-position: 0 -66px;
+}
+.crm-container .button:hover .restore-icon {
+  background-image: url("../i/icons/jquery-ui-91CE00.png");
+}
+
 /* Responsive layout changes */
 
 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed,