Ignore:
Timestamp:
08/03/12 16:42:34 (12 years ago)
Author:
thiago
Message:

Ticket #2966 - Novos icones nos Modulos ExpressoMail? e ExpressoCalendar?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/init.js

    r6893 r6934  
    343343                        if(event.type == 3) 
    344344                                img_icon = "activity_icon.jpg"; 
    345             element.find(".fc-event-inner.fc-event-skin").prepend($('<img class="" src="../prototype/modules/calendar/img/' + img_icon + '"></img>')); 
     345 
     346                         
     347            element.find(".fc-event-inner.fc-event-skin").prepend($('<img style="width: 11px; height: 13px;" class="" src="../prototype/modules/calendar/img/' + img_icon + '"></img>')); 
    346348                }, 
    347349                 
Note: See TracChangeset for help on using the changeset viewer.