source: branches/2.4/prototype/modules/calendar/css/print.css @ 7228

Revision 7228, 2.1 KB checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

  • Property svn:executable set to *
Line 
1body {
2font: 12px arial;
3}
4
5.title_print {
6        font: 20px arial;
7        color: #8EB2FF;
8        margin: 0 0 15px 0;
9        text-align: center;
10}
11.title_print img {
12        margin: 3px 0 0 0;
13        width: 20px;
14        height: 20px;
15}
16.month_day_print {
17        font: bold 14px arial;
18        margin-left: 10px;
19        display: block;
20
21}
22.calendar_list_print {
23        border-left: 1px solid #CCC;
24        list-style: none;
25        margin-left: 110px;
26}
27.calendar_item_print{
28        position: relative;
29        left: 6px;
30        top: 3px;       
31}
32.calendar_item_print span{
33        font: 12px arial;
34        margin-left: 4px;
35}
36.allDay_list{
37        margin-left: 10px;
38        list-style: none;
39}
40.content_month_print{
41        border-top: 1px solid #CCC;
42        border-bottom: 1px solid #CCC;
43}
44.calendar_day_item_print{
45        margin-left: 110px;
46        border-left: 1px solid #CCC;
47}
48.calendar_day_item_print img {
49        margin-left : 5px;
50}
51.calendar_day_item_print span {
52        margin-left : 5px;
53}
54.allDay_list_label {
55        position: absolute;
56        margin-left: 14px;
57        font-weight: bold;
58}
59.allDay_list li.allDay_item{
60        margin-left: 10px;
61}
62body.detail{   
63        margin-top: 30px;
64        margin-left:10px;
65}
66.details-event-list {
67        margin-top: 10px;
68}
69body.detail a.title {
70        font-weight: bold;
71        color: #30487E !important;
72}
73.events-list-win td{
74        padding: 0px;
75}
76.week  .event-on-day{
77        font: 10px arial;
78        word-wrap: break-word;
79}
80.week {
81        min-width: 600px;
82        min-height: 400px;
83        float: left;
84}
85.week span {
86        display: block;
87}
88.week .days ul {
89        list-style: none;
90        display: block;
91}
92.week ul li{
93        float: left;
94        display: inline;
95        border: 1px solid;
96        width: 100px;
97}
98.week .all-day-line{
99        border: 0;
100        text-align:center;
101}
102.day-name{
103        text-align:center;
104}
105.week .event-all-day{
106        font: 10px arial;
107        margin-left: 3px;
108}
109.week .event-on-day{
110        font: 10px arial;
111        margin-left: 3px;
112}
113.week .event-all-day img{
114        margin-right: 3px;
115}
116.week .event-on-day img{
117        margin-right: 3px;
118}
119.week .all-day-line .write{
120        margin: 1px 0 0 0;
121        font-weight: bold;
122        border-left: 1px solid;
123        border-top: 1px solid;
124        border-bottom: 1px solid;       
125}
126.week .all-day{
127        border-top: 1px solid;
128        border-bottom: 1px solid;
129}
130.fc-year-have-event{
131                border:2px solid #9cf !important;
132}
133.year_print_header {
134        width: 100%;
135}
136.year_print_header h2{
137        text-align: center
138}
139.header-paginator{
140        margin-top: 0px;
141}
Note: See TracBrowser for help on using the repository browser.