source: sandbox/2.4.2-expresso1/prototype/modules/calendar/css/calendar_print.css @ 6894

Revision 6894, 499 bytes checked in by thiago, 12 years ago (diff)

Ticket #2966 - Implementação da impressao do 'month' no calendar.

Line 
1                .month {
2
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 {
11                        font: 20px arial;
12                        color: #8EB2FF;
13                        margin: 0 0 15px 0;
14                }
15                .month .name-month img {
16                        margin: 3       px 0 0 0;
17                        width: 20px;
18                        height: 20px;
19                }
20                .month span {
21                        font: 14px arial;
22                        display: block;
23
24                }
25                .month .days ul {
26                        list-style: none;
27
28                }
29                .month .days ul li{
30                        font: 12px arial;
31                        margin: 3px;
32                }
Note: See TracBrowser for help on using the repository browser.