Ignore:
Timestamp:
04/13/11 11:10:10 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1615 - Componente novo para agenda......................................

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/templates/default/app_print.css

    r855 r4001  
    33 
    44.calendar_print_main { 
    5         text-align:center; 
     5        text-align:left; 
    66        font-family: Verdana, Arial, Helvetica, sans-serif; 
    7         font-size: 8px; 
     7        font-size: 11px; 
    88        color: #000066; 
    99        background-color: #F7F7F7; 
    10         border: 1px solid #CCCCCC; 
    11         margin: 5px; 
    12         padding: 5px; 
    13         height: 700px; 
    14         width: 600px; 
     10        /*border: 1px solid #CCCCCC;*/ 
     11        margin: 0px; 
     12        padding: 0px; 
     13        /*height: 100%;*/ 
     14        width: 98%; 
     15        position:absolute; 
     16        top: 10px; 
     17        bottom: 10px; 
     18        left: 15px; 
     19        right: 10px; 
    1520} 
    1621.button { 
     
    139144} 
    140145 
    141 //Mini Calendar 
     146/*Mini Calendar*/ 
    142147 
    143148.calendar_minical_table 
     
    267272.calendar_month_identifier 
    268273{ 
    269         font-size:18px; 
     274        font-size:14px; 
    270275        font-weight: bold; 
    271276} 
     
    273278.calendar_user_identifier 
    274279{ 
    275         font-size:12px; 
    276         color: #009999; 
     280        font-size:10px; 
     281        color: #778899; 
    277282        font-weight: bold; 
    278283} 
Note: See TracChangeset for help on using the changeset viewer.