Changeset 5597


Ignore:
Timestamp:
03/01/12 13:50:06 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Correção na inconsistência entre o tamanho dos menus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/doiMenuData.js

    r5586 r5597  
    143143        } 
    144144} 
    145  
    146145$.contextMenu({ 
    147146        selector: "#link_tools", 
    148147        trigger: 'left', 
     148        className: 'context-menu-tools', 
    149149        position: function($menu, x, y){ 
    150150                $menu.$menu.position({ my: "center top", at: "center bottom", of: this, offset:"0 0"}); 
     
    156156                show: function(opt) { 
    157157                        var $trigger = $(opt.selector).css({'background-color': '#EEEEEE', 'border': '1px solid #CCCCCC'}); 
    158                         $('.context-menu-list.context-menu-root').css({'width': $trigger.css('width') }); 
     158                        $('.context-menu-tools.context-menu-list.context-menu-root').css({'width': $trigger.css('width') }); 
    159159                        return true; 
    160160                }, 
Note: See TracChangeset for help on using the changeset viewer.