Ignore:
Timestamp:
01/15/13 10:48:20 (11 years ago)
Author:
eduardow
Message:

Ticket #3294 - Inconsistência no layout dos marcadores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/label.js

    r7635 r7750  
    495495                $(".label-list-container .label-list li").find("img").remove(); 
    496496                $(".label-list-container .label-list li.label-item").removeClass("selected"); 
    497                 $(this).prepend("<img src='../prototype/modules/mail/img/triangle.png' style='margin: 0 5px 0 -5px;'>"); 
     497                $(this).prepend("<img src='../prototype/modules/mail/img/triangle.png' style='margin: 0 5px 0 -4px;'>"); 
    498498                $(this).addClass("selected"); 
    499499        }); 
Note: See TracChangeset for help on using the changeset viewer.