UI tweak for contact quick search menu in joomla
authorBrian Shaughnessy <brian@lcdservices.biz>
Fri, 8 Mar 2013 18:16:57 +0000 (13:16 -0500)
committerBrian Shaughnessy <brian@lcdservices.biz>
Fri, 8 Mar 2013 18:16:57 +0000 (13:16 -0500)
templates/CRM/common/Navigation.tpl

index f5dbadb901832008b43580e5e9e50410030c5dcc..6ac97dba06eea7125102c265581210e32676d9c0 100644 (file)
@@ -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' });
     });