Merge pull request #4440 from colemanw/CRM-15524
[civicrm-core.git] / css / civicrm.css
index 9b5b42b7a05a948d00f7ddfeb62095ac3f8f544c..6b0b41044a10ff7f5765e8cebaf545aca90af020 100644 (file)
@@ -422,13 +422,11 @@ input.crm-form-entityref {
 }
 
 .crm-container .crm-section,
-.crm-container div.crm-field-wrapper,
-.crm-container-snippet .crm-section {
+.crm-container div.crm-field-wrapper {
   margin-bottom: 1em;
 }
 
-.crm-container .crm-section .label,
-.crm-container-snippet .crm-section .label {
+.crm-container .crm-section .label {
   float: left;
   width: 17%;
   text-align: right;
@@ -438,8 +436,7 @@ input.crm-form-entityref {
   text-align: left;
 }
 
-.crm-container .crm-section .content,
-.crm-container-snippet .crm-section .content {
+.crm-container .crm-section .content {
   margin-left: 19%;
 }
 
@@ -702,8 +699,7 @@ input.crm-form-entityref {
   color: #000080;
 }
 
-.crm-container .crm-marker,
-.crm-container-snippet .crm-marker {
+.crm-container .crm-marker{
   color: #8A1F11;
   font-weight: bold;
   margin-right: 5px;
@@ -3354,6 +3350,7 @@ div.crm-container form {
 /* skin */
 
 #crm-container .crm-title {
+  line-height: 1.1;
   margin-bottom: 8px;
 }
 
@@ -4239,6 +4236,9 @@ div.m ul#civicrm-menu,
 .crm-status-icon.error {
   background-position: -72px 0px;
 }
+.crm-container div.ui-notify-message.none div.icon {
+  display: none;
+}
 
 span.crm-status-icon {
   display: inline-block;