From: Coleman Watts Date: Wed, 11 Feb 2015 01:40:56 +0000 (-0500) Subject: Style fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6f0d2c94912afb9e982e2a69321cdb32803b922e;p=civicrm-core.git Style fixes --- diff --git a/css/civicrm.css b/css/civicrm.css index 61fb7606e0..45dcbf7845 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -57,15 +57,6 @@ div.crm-container fieldset label{ background: none transparent; } -.crm-container table.criteria-group { - margin-bottom: .1em; -} - -.crm-container table.crm-address-element { - border: none; - margin-bottom: .25em; -} - .crm-container th, .crm-container table.display thead th, .crm-container table thead.sticky th, @@ -1818,6 +1809,10 @@ div.grippie { float: right; } +.crm-container table.criteria-group { + margin-bottom: .1em; +} + #crm-container .separator { border-bottom: solid 2px #ccc; } diff --git a/css/contactSummary.css b/css/contactSummary.css index 1f01b8ad3c..cb9e55617e 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -257,6 +257,11 @@ 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"); }