Changeset 7857 for trunk/prototype


Ignore:
Timestamp:
02/05/13 15:21:19 (11 years ago)
Author:
angelo
Message:

Ticket #3339 - Tela de criacao de eventos e tarefas via email estao desajustadas

Location:
trunk/prototype/modules/calendar/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/helpers.js

    r7829 r7857  
    458458        modal:true,  
    459459        autoOpen: false, 
    460         width:701,  
     460        width:"auto",  
    461461        position: 'center',  
    462462        close: function(event, ui) { 
  • trunk/prototype/modules/calendar/js/task.helpers.js

    r7388 r7857  
    216216            modal: true, 
    217217            autoOpen: false, 
    218             width: 775, 
     218            width: "auto", 
    219219            position: 'center', 
    220220            close: function (event, ui) { 
Note: See TracChangeset for help on using the changeset viewer.