Ignore:
Timestamp:
07/30/12 19:06:22 (12 years ago)
Author:
marcieli
Message:

Ticket #2966 - Correções nas estilizações de impressões.

File:
1 edited

Legend:

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

    r6912 r6915  
    6969        padding: 0px; 
    7070} 
    71  
    72  
    7371.week  .event-on-day{ 
    7472        font: 10px arial; 
     
    7674} 
    7775.week { 
    78  
    7976        min-width: 600px; 
    8077        min-height: 400px; 
    81         background : #F4F6FA; 
    82         border: 1px solid #DCE7FC; 
    8378        text-align: center; 
    8479        float: left; 
     
    9085} 
    9186.week .name-month img { 
    92         margin: 3       px 0 0 0; 
     87        margin: 3px 0 0 0; 
    9388        width: 20px; 
    9489        height: 20px; 
     
    9792        font: 14px arial; 
    9893        display: block; 
    99  
    10094} 
    10195.week .days ul { 
    10296        list-style: none; 
    10397        display: block; 
    104          
    10598} 
    106  
    10799.week ul li{ 
    108100        float: left; 
    109101        display: inline; 
    110         border: 1px solid #D7D7FF; 
     102        border: 1px solid; 
    111103        width: 100px; 
    112104} 
    113105.week .all-day-line{ 
    114106        border: 0; 
    115          
    116107} 
    117108.week .event-all-day{ 
     
    122113        margin:-3px 0 0 0; 
    123114        font-weight: bold; 
    124         border-left: 1px solid #D7D7FF; 
    125         border-top: 1px solid #D7D7FF; 
    126         border-bottom: 1px solid #D7D7FF; 
    127          
     115        border-left: 1px solid; 
     116        border-top: 1px solid; 
     117        border-bottom: 1px solid;        
    128118} 
    129119.week .all-day{ 
    130         border-top: 1px solid #D7D7FF; 
    131         border-bottom: 1px solid #D7D7FF; 
     120        border-top: 1px solid; 
     121        border-bottom: 1px solid; 
    132122} 
    133123.fc-year-have-event{ 
     
    140130        text-align: center 
    141131} 
    142 .fc-year-monthly-td table{ 
    143         padding-left: 0px !important; 
    144 } 
Note: See TracChangeset for help on using the changeset viewer.