Merge pull request #13638 from eileenmcnaughton/squash_products
[civicrm-core.git] / css / contactSummary.css
index 0a912d1a052de51ba3a09a5d332b903f641eb1bc..4cb7aaa69b367877b1a8854dbcc898a186b9f0ca 100644 (file)
@@ -21,10 +21,6 @@ div#crm-contact-thumbnail {
   border-bottom: 1px solid #FFF;
 }
 
-.crm-summary-block {
-  clear: both;
-}
-
 #crm-container div.crm-inline-edit {
   border: 2px dashed transparent;
   background: none;
@@ -63,12 +59,12 @@ div#crm-contact-thumbnail {
   border-bottom-left-radius: 1em;
 }
 
-#crm-container .crm-inline-edit.add-new .crm-edit-help {
+#crm-container .crm-address-block+.crm-address-block .add-new .crm-edit-help {
   display: block;
   background-color: #EBEBEB;
 }
 
-#crm-container .crm-edit-ready .crm-inline-edit:hover .crm-edit-help {
+#crm-container .crm-edit-ready .crm-summary-block .crm-inline-edit:hover .crm-edit-help {
   display: block;
   background-color: #DFE1FF;
 }
@@ -77,6 +73,10 @@ div#crm-contact-thumbnail {
   display: none !important;
 }
 
+#crm-container .crm-address-block+.crm-address-block .add-new .crm-summary-row {
+  display: none;
+}
+
 #crm-container span.crm-custom-greeting {
   font-size: 9px;
 }