Ignore:
Timestamp:
07/27/12 17:43:32 (12 years ago)
Author:
douglasz
Message:

Ticket #2966 - Organizado codigo de impressao de envetos no mes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/css/print.css

    r6893 r6896  
     1.month { 
     2        min-width: 600px; 
     3        min-height: 400px; 
     4        background : #F4F6FA; 
     5        border: 1px solid #DCE7FC; 
     6        text-align: center; 
     7        float: left; 
     8} 
     9.month .name-month { 
     10        font: 20px arial; 
     11        color: #8EB2FF; 
     12        margin: 0 0 15px 0; 
     13} 
     14.month .name-month img { 
     15        margin: 3px 0 0 0; 
     16        width: 20px; 
     17        height: 20px; 
     18} 
     19.month span { 
     20        font: 14px arial; 
     21        display: block; 
     22 
     23} 
     24.month .days ul { 
     25        list-style: none; 
     26 
     27} 
     28.month .days ul li{ 
     29        font: 12px arial; 
     30        margin: 3px; 
     31} 
    132body.detail{     
    233        margin-top: 30px; 
    334} 
    4  
    535.details-event-list { 
    636        margin-top: 10px; 
    737} 
    8  
    938body.detail a.title { 
    1039        font-weight: bold; 
    1140        color: #30487E !important; 
    1241} 
    13  
    1442.events-list-win td{ 
    1543        padding: 0px; 
Note: See TracChangeset for help on using the changeset viewer.