Ignore:
Timestamp:
07/18/08 17:36:28 (16 years ago)
Author:
rafaelraymundo
Message:

Melhoria no layout da impreao mensal.

Location:
trunk/calendar/templates/default
Files:
5 added
2 edited

Legend:

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

    r2 r360  
    11/* CSS Document */ 
    2  
     2.calendar_print_main { 
     3        text-align:center; 
     4        font-family: Verdana, Arial, Helvetica, sans-serif; 
     5        font-size: 8px; 
     6        color: #000066; 
     7        background-color: #F7F7F7; 
     8/*      border: 1px solid #CCCCCC;*/ 
     9        margin: 5px; 
     10        padding: 5px; 
     11        height: 116px; 
     12        width: 480px; 
     13} 
     14 
     15.button 
     16{ 
     17        font-family: Verdana, Arial, Helvetica, sans-serif; 
     18        font-size: 14px; 
     19        color: #006699; 
     20        background-color: #D4D0C8; 
     21        border: 2px solid #666666; 
     22} 
    323.to_continue 
    424{ 
     
    121141} 
    122142 
    123 //Mini Calendar 
     143/*Mini Calendar*/ 
    124144 
    125145.calendar_minical_table 
     
    148168.calendar_dropbuttons 
    149169{ 
    150         align: center; 
    151170        text-align: center; 
    152171        vertical-align: bottom; 
     
    256275        font-style: italic; 
    257276} 
     277 
     278.calendar_index_table 
     279{ 
     280        background-color: #dddddd; 
     281        border-bottom-style: double; 
     282        border-bottom-width: medium; 
     283 
     284} 
     285 
     286.calendar_index_table 
     287{ 
     288        background-color: #dddddd; 
     289        border-bottom-style: double; 
     290        border-bottom-width: medium; 
     291 
     292} 
  • trunk/calendar/templates/default/month_day.tpl

    r2 r360  
    33 
    44<table id="calendar_m_w_table" class="calendar_m_w_table"> 
    5         <! from month_header.tpl --> 
     5        <!-- from month_header.tpl --> 
    66        {row} 
    77</table> 
Note: See TracChangeset for help on using the changeset viewer.