Ignore:
Timestamp:
05/11/12 16:46:18 (12 years ago)
Author:
angelo
Message:

Ticket #2720 - Nao e possivel incluir imagem no corpo da mensagem

File:
1 edited

Legend:

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

    r5868 r6167  
    648648        filter:alpha(opacity=0); /* For IE8 and earlier */ 
    649649} 
     650 
     651/*Antigo arquivo fullcalendar.print.css*/ 
     652 
     653/* 
     654 * FullCalendar v1.5.3 Print Stylesheet 
     655 * 
     656 * Include this stylesheet on your page to get a more printer-friendly calendar. 
     657 * When including this stylesheet, use the media='print' attribute of the <link> tag. 
     658 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 
     659 * 
     660 * Copyright (c) 2011 Adam Shaw 
     661 * Dual licensed under the MIT and GPL licenses, located in 
     662 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. 
     663 * 
     664 * Date: Mon Feb 6 22:40:40 2012 -0800 
     665 * 
     666 */ 
     667  
     668  
     669 /* Events 
     670-----------------------------------------------------*/ 
     671  
     672.fc-event-skin { 
     673        background: none !important; 
     674        color: #000 !important; 
     675        } 
     676         
     677/* horizontal events */ 
     678         
     679.fc-event-hori { 
     680        border-width: 0 0 1px 0 !important; 
     681        border-bottom-style: dotted !important; 
     682        border-bottom-color: #000 !important; 
     683        padding: 1px 0 0 0 !important; 
     684        } 
     685         
     686.fc-event-hori .fc-event-inner { 
     687        border-width: 0 !important; 
     688        padding: 0 1px !important; 
     689        } 
     690         
     691/* vertical events */ 
     692         
     693.fc-event-vert { 
     694        border-width: 0 0 0 1px !important; 
     695        border-left-style: dotted !important; 
     696        border-left-color: #000 !important; 
     697        padding: 0 1px 0 0 !important; 
     698        } 
     699         
     700.fc-event-vert .fc-event-inner { 
     701        border-width: 0 !important; 
     702        padding: 1px 0 !important; 
     703        } 
     704         
     705.fc-event-bg { 
     706        display: none !important; 
     707        } 
     708         
     709.fc-event .ui-resizable-handle { 
     710        display: none !important; 
     711        } 
     712 
     713/*Antigo fullcalendar.print.css*/ 
     714 
     715/* 
     716 * FullCalendar v1.5.3 Print Stylesheet 
     717 * 
     718 * Include this stylesheet on your page to get a more printer-friendly calendar. 
     719 * When including this stylesheet, use the media='print' attribute of the <link> tag. 
     720 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 
     721 * 
     722 * Copyright (c) 2011 Adam Shaw 
     723 * Dual licensed under the MIT and GPL licenses, located in 
     724 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. 
     725 * 
     726 * Date: Mon Feb 6 22:40:40 2012 -0800 
     727 * 
     728 */ 
     729  
     730  
     731 /* Events 
     732-----------------------------------------------------*/ 
     733  
     734.fc-event-skin { 
     735        background: none !important; 
     736        color: #000 !important; 
     737        } 
     738         
     739/* horizontal events */ 
     740         
     741.fc-event-hori { 
     742        border-width: 0 0 1px 0 !important; 
     743        border-bottom-style: dotted !important; 
     744        border-bottom-color: #000 !important; 
     745        padding: 1px 0 0 0 !important; 
     746        } 
     747         
     748.fc-event-hori .fc-event-inner { 
     749        border-width: 0 !important; 
     750        padding: 0 1px !important; 
     751        } 
     752         
     753/* vertical events */ 
     754         
     755.fc-event-vert { 
     756        border-width: 0 0 0 1px !important; 
     757        border-left-style: dotted !important; 
     758        border-left-color: #000 !important; 
     759        padding: 0 1px 0 0 !important; 
     760        } 
     761         
     762.fc-event-vert .fc-event-inner { 
     763        border-width: 0 !important; 
     764        padding: 1px 0 !important; 
     765        } 
     766         
     767.fc-event-bg { 
     768        display: none !important; 
     769        } 
     770         
     771.fc-event .ui-resizable-handle { 
     772        display: none !important; 
     773        } 
     774 
Note: See TracChangeset for help on using the changeset viewer.