source: trunk/prototype/modules/calendar/css/calendar_print.css @ 6996

Revision 6996, 371 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - Merge de novas funcionalidades com trunk #2951, #2952

RevLine 
[6894]1
[6897]2                .title_print {
[6894]3                        font: 20px arial;
4                        color: #8EB2FF;
5                        margin: 0 0 15px 0;
[6897]6                        text-align: center;
[6894]7                }
[6897]8                .title_print img {
[6894]9                        margin: 3       px 0 0 0;
10                        width: 20px;
11                        height: 20px;
12                }
[6897]13                .month_day_print {
[6894]14                        font: 14px arial;
15                        display: block;
16
17                }
[6897]18                .calendar_list_print {
[6894]19                        list-style: none;
20
21                }
[6897]22                .calendar_item_print {
[6894]23                        font: 12px arial;
24                        margin: 3px;
25                }
Note: See TracBrowser for help on using the repository browser.