Changeset 8120 for trunk


Ignore:
Timestamp:
04/26/13 10:23:10 (11 years ago)
Author:
angelo
Message:

Ticket #3438 - Problema com conteudo excedente ao tamanho da tela no Expresso Calendar

File:
1 edited

Legend:

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

    r8053 r8120  
    584584 
    585585    if( $.browser.msie ){ 
    586  
    587         $('#divAppbox').css('width', $(window).width()); 
     586        //$('#divAppbox').css('width', $(window).width()); 
     587        $('#divAppbox').css({'height':'600px','max-width':'100%'}); 
    588588    } 
    589589 
Note: See TracChangeset for help on using the changeset viewer.