From bf4b8ea88dd23238077b64486821b66ffefc501d Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Fri, 8 Mar 2013 13:16:57 -0500 Subject: [PATCH] UI tweak for contact quick search menu in joomla --- templates/CRM/common/Navigation.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/CRM/common/Navigation.tpl b/templates/CRM/common/Navigation.tpl index f5dbadb901..6ac97dba06 100644 --- a/templates/CRM/common/Navigation.tpl +++ b/templates/CRM/common/Navigation.tpl @@ -151,10 +151,11 @@ if (CRM.config.userFramework != 'Joomla') { if ( cj('#edit-shortcuts').length > 0 ) { cj('#civicrm-menu').css({ 'width': '97%' }); } -} else { +} +else { cj('div#toolbar-box div.m').html(cj("#menu-container").html()); cj('#civicrm-menu').ready( function(){ - cj('.outerbox').css({ 'margin-top': '6px'}); + cj('.outerbox').css({ 'margin-top': '20px'}); cj('#root-menu-div .menu-ul li').css({ 'padding-bottom' : '2px', 'margin-top' : '2px' }); cj('img.menu-item-arrow').css({ 'top' : '4px' }); }); -- 2.25.1