Remove unreachable lines
[civicrm-core.git] / css / contactSummary.css
index 0a912d1a052de51ba3a09a5d332b903f641eb1bc..813f0c491619ccb3643b305467e681c91f8fc9c0 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;
@@ -53,7 +49,7 @@ div#crm-contact-thumbnail {
   min-height: 2.5em;
 }
 
-#crm-container div.crm-inline-edit .crm-edit-help {
+#crm-container div.crm-summary-block .crm-edit-help {
   display: none;
   position: absolute;
   right: 0;
@@ -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;
 }