From 310f38cce75eb8629697678b4d75a37074a84f12 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Wed, 20 Feb 2008 10:05:04 +0000 Subject: [PATCH] KTS-3034 "Breadcrumb trail goes behind the search bar." Fixed. --- resources/js/search2widget.js | 4 +--- templates/kt3/standard_page.smarty | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/resources/js/search2widget.js b/resources/js/search2widget.js index 7f48657..e0756fe 100644 --- a/resources/js/search2widget.js +++ b/resources/js/search2widget.js @@ -190,9 +190,7 @@ function createSearchBar(div, suffix) var el = Ext.get(div); if (suffix == 1) { - el.applyStyles('position:relative; top: -15px; margin-right: 15px'); - if (Ext.isSafari) - el.applyStyles('top: 0px'); + el.applyStyles('position:relative; margin-right: 15px'); } else { diff --git a/templates/kt3/standard_page.smarty b/templates/kt3/standard_page.smarty index bf36016..a6ae85c 100644 --- a/templates/kt3/standard_page.smarty +++ b/templates/kt3/standard_page.smarty @@ -172,7 +172,13 @@ {/if} {if (!$page->hide_section)} {/if} -- libgit2 0.21.4