Ignore:
Timestamp:
05/15/09 17:24:23 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Resolvendo problemas do calendario, em modulos novos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/default/app_print.css

    r360 r855  
    88        color: #000066; 
    99        background-color: #F7F7F7; 
    10 /*      border: 1px solid #CCCCCC;*/ 
     10        border: 1px solid #CCCCCC; 
    1111        margin: 5px; 
    1212        padding: 5px; 
    1313        height: 700px; 
    14         width: 900px; 
     14        width: 600px; 
    1515} 
    1616.button { 
     
    226226        table-layout:fixed; 
    227227        overflow:hidden; 
    228         height: 95%; 
     228        height: 90%; 
    229229        width: 100%; 
    230230        border: 0px #000000 solid; 
     
    250250        font-weight: bold; 
    251251        font-family: Arial; 
    252         font-size: 13px; 
     252        font-size: 10px; 
    253253        vertical-align: top; 
    254254        background-color: #778899; 
     
    267267.calendar_month_identifier 
    268268{ 
    269         font-size:22px; 
     269        font-size:18px; 
    270270        font-weight: bold; 
    271271} 
     
    273273.calendar_user_identifier 
    274274{ 
    275         font-size:14px; 
     275        font-size:12px; 
    276276        color: #009999; 
    277277        font-weight: bold; 
     
    293293        font-style: italic; 
    294294} 
    295  
    296 .calendar_index_table 
    297 { 
    298         background-color: #dddddd; 
    299         border-bottom-style: double; 
    300         border-bottom-width: medium; 
    301  
    302 } 
Note: See TracChangeset for help on using the changeset viewer.