Ignore:
Timestamp:
07/30/12 08:38:41 (12 years ago)
Author:
marcieli
Message:

Ticket #2966 - Melhorias na estilização do imprimir mês. Inicio de imprimir dia.

File:
1 edited

Legend:

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

    r6894 r6897  
    1                 .month { 
    21 
    3                         min-width: 600px; 
    4                         min-height: 400px; 
    5                         background : #F4F6FA; 
    6                         border: 1px solid #DCE7FC; 
    7                         text-align: center; 
    8                         float: left; 
    9                 } 
    10                 .month .name-month { 
     2                .title_print { 
    113                        font: 20px arial; 
    124                        color: #8EB2FF; 
    135                        margin: 0 0 15px 0; 
     6                        text-align: center; 
    147                } 
    15                 .month .name-month img { 
     8                .title_print img { 
    169                        margin: 3       px 0 0 0; 
    1710                        width: 20px; 
    1811                        height: 20px; 
    1912                } 
    20                 .month span { 
     13                .month_day_print { 
    2114                        font: 14px arial; 
    2215                        display: block; 
    2316 
    2417                } 
    25                 .month .days ul { 
     18                .calendar_list_print { 
    2619                        list-style: none; 
    2720 
    2821                } 
    29                 .month .days ul li{ 
     22                .calendar_item_print { 
    3023                        font: 12px arial; 
    3124                        margin: 3px; 
Note: See TracChangeset for help on using the changeset viewer.