Changeset 5868


Ignore:
Timestamp:
04/03/12 14:17:49 (12 years ago)
Author:
thiago
Message:

Ticket #2582 - Merge desfeito, estava ocorrendo problemas no calender...

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r5857 r5868  
    2828        echo '                           
    2929                <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.css"></link> 
     30                <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.print.css"></link>  
    3031                <link rel="stylesheet" type="text/css" href="../prototype/plugins/icalendar/jquery.icalendar.css"></link> 
    3132         
  • trunk/prototype/plugins/fullcalendar/fullcalendar.css

    r5857 r5868  
    648648        filter:alpha(opacity=0); /* For IE8 and earlier */ 
    649649} 
    650  
    651  
    652 /*fullcanlendar.print.css => fixed bug on IE8*/ 
    653  
    654  
    655 /* 
    656  * FullCalendar v1.5.3 Print Stylesheet 
    657  * 
    658  * Include this stylesheet on your page to get a more printer-friendly calendar. 
    659  * When including this stylesheet, use the media='print' attribute of the <link> tag. 
    660  * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 
    661  * 
    662  * Copyright (c) 2011 Adam Shaw 
    663  * Dual licensed under the MIT and GPL licenses, located in 
    664  * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. 
    665  * 
    666  * Date: Mon Feb 6 22:40:40 2012 -0800 
    667  * 
    668  */ 
    669   
    670   
    671  /* Events 
    672 -----------------------------------------------------*/ 
    673   
    674 .fc-event-skin { 
    675         background: none !important; 
    676         color: #000 !important; 
    677         } 
    678          
    679 /* horizontal events */ 
    680          
    681 .fc-event-hori { 
    682         border-width: 0 0 1px 0 !important; 
    683         border-bottom-style: dotted !important; 
    684         border-bottom-color: #000 !important; 
    685         padding: 1px 0 0 0 !important; 
    686         } 
    687          
    688 .fc-event-hori .fc-event-inner { 
    689         border-width: 0 !important; 
    690         padding: 0 1px !important; 
    691         } 
    692          
    693 /* vertical events */ 
    694          
    695 .fc-event-vert { 
    696         border-width: 0 0 0 1px !important; 
    697         border-left-style: dotted !important; 
    698         border-left-color: #000 !important; 
    699         padding: 0 1px 0 0 !important; 
    700         } 
    701          
    702 .fc-event-vert .fc-event-inner { 
    703         border-width: 0 !important; 
    704         padding: 1px 0 !important; 
    705         } 
    706          
    707 .fc-event-bg { 
    708         display: none !important; 
    709         } 
    710          
    711 .fc-event .ui-resizable-handle { 
    712         display: none !important; 
    713         } 
    714          
    715          
Note: See TracChangeset for help on using the changeset viewer.