Changeset 7787 for trunk


Ignore:
Timestamp:
01/23/13 14:26:51 (11 years ago)
Author:
thiago
Message:

Ticket #3321 - Problema no layout do calendar, fixed!!!

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

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/css/reset.css

    r5341 r7787  
    3333} 
    3434body { 
    35         line-height: 1; 
     35        /*line-height: 1;*/ 
    3636        color: black; 
    3737        background: white; 
  • trunk/prototype/modules/calendar/js/init.js

    r7702 r7787  
    319319 
    320320                header: { 
    321                         left: 'prev,next today,agendaWeek,agendaDay', 
     321                        left: 'prev,next today,basicWeek,basicDay', 
    322322                        center: 'title', 
    323323                        right: 'agendaDay,agendaWeek,month,year' 
Note: See TracChangeset for help on using the changeset viewer.