source: sandbox/2.4.2-expresso1/prototype/modules/calendar/css/print.css @ 6896

Revision 6896, 627 bytes checked in by douglasz, 12 years ago (diff)

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

  • Property svn:executable set to *
Line 
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}
32body.detail{   
33        margin-top: 30px;
34}
35.details-event-list {
36        margin-top: 10px;
37}
38body.detail a.title {
39        font-weight: bold;
40        color: #30487E !important;
41}
42.events-list-win td{
43        padding: 0px;
44}
Note: See TracBrowser for help on using the repository browser.