From 2f686d2bad8189f9282396818c29f9f7f0f97eb4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 9 Mar 2015 21:02:07 -0400 Subject: [PATCH] CRM-15976 - Move styles from tpl to css file --- css/searchForm.css | 5 +++++ templates/CRM/Contact/Form/Search/Criteria/Basic.tpl | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/css/searchForm.css b/css/searchForm.css index 1b8567b292..abdcfcba48 100644 --- a/css/searchForm.css +++ b/css/searchForm.css @@ -12,4 +12,9 @@ .crm-container div#searchForm table.form-layout td { padding: 4px; border: 1px solid #DDDDDD; +} + +/* top submit button on advanced search */ +.adv-search-top-submit span.crm-button { + float: right !important; } \ No newline at end of file diff --git a/templates/CRM/Contact/Form/Search/Criteria/Basic.tpl b/templates/CRM/Contact/Form/Search/Criteria/Basic.tpl index 0de6ef52fb..e4c255740c 100644 --- a/templates/CRM/Contact/Form/Search/Criteria/Basic.tpl +++ b/templates/CRM/Contact/Form/Search/Criteria/Basic.tpl @@ -23,13 +23,6 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -{literal} - -{/literal}

-- 2.25.1