From 6f0d2c94912afb9e982e2a69321cdb32803b922e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 10 Feb 2015 20:40:56 -0500 Subject: [PATCH] Style fixes --- css/civicrm.css | 13 ++++--------- css/contactSummary.css | 5 +++++ 2 files changed, 9 insertions(+), 9 deletions(-) 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"); } -- 2.25.1