Ignore:
Timestamp:
02/17/12 16:46:10 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correcoes de bugs e atualizicao do fullcalendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/plugins/fullcalendar/fullcalendar.css

    r5341 r5529  
    11/* 
    2  * FullCalendar v1.5 Stylesheet 
     2 * FullCalendar v1.5.3 Stylesheet 
    33 * 
    44 * Copyright (c) 2011 Adam Shaw 
     
    66 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. 
    77 * 
    8  * Date: Sat Mar 19 18:59:37 2011 -0700 
     8 * Date: Mon Feb 6 22:40:40 2012 -0800 
    99 * 
    1010 */ 
     
    250250        } 
    251251         
     252.fc-state-disabled { 
     253        cursor: default; 
     254        } 
     255         
    252256.fc-state-disabled .fc-button-effect { 
    253257        display: none; 
     
    291295        border-style: solid; 
    292296        border-width: 0; 
     297        overflow: hidden; 
    293298        } 
    294299         
     
    616621         
    617622.ui-widget-overlay { background-color: #666666 /*url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat*/; opacity: .50;filter:Alpha(Opacity=50); height: 100%; width: 100%; position: absolute; top: 0; left: 0; } 
    618  
    619623 
    620624/*year view*/ 
     
    640644 
    641645 
     646 
    642647.fc-year-monthly-td table .fc-day { 
    643648        opacity:0; 
    644649        filter:alpha(opacity=0); /* For IE8 and earlier */ 
    645650} 
     651         
Note: See TracChangeset for help on using the changeset viewer.