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 *
RevLine 
[7022]1body {
2font: 12px arial;
3}
4
[6897]5.title_print {
[6896]6        font: 20px arial;
7        color: #8EB2FF;
8        margin: 0 0 15px 0;
[6897]9        text-align: center;
[6896]10}
[6897]11.title_print img {
[6896]12        margin: 3px 0 0 0;
13        width: 20px;
14        height: 20px;
15}
[6897]16.month_day_print {
17        font: bold 14px arial;
18        margin-left: 10px;
[6896]19        display: block;
20
21}
[6897]22.calendar_list_print {
[6902]23        border-left: 1px solid #CCC;
[6896]24        list-style: none;
[6902]25        margin-left: 110px;
[6896]26}
[6902]27.calendar_item_print{
28        position: relative;
29        left: 6px;
30        top: 3px;       
31}
[6897]32.calendar_item_print span{
[6896]33        font: 12px arial;
[6902]34        margin-left: 4px;
[6896]35}
[6897]36.allDay_list{
37        margin-left: 10px;
38        list-style: none;
39}
[6902]40.content_month_print{
41        border-top: 1px solid #CCC;
42        border-bottom: 1px solid #CCC;
43}
[6897]44.calendar_day_item_print{
[6902]45        margin-left: 110px;
46        border-left: 1px solid #CCC;
[6897]47}
[6902]48.calendar_day_item_print img {
49        margin-left : 5px;
50}
51.calendar_day_item_print span {
52        margin-left : 5px;
53}
[6897]54.allDay_list_label {
55        position: absolute;
[6902]56        margin-left: 14px;
57        font-weight: bold;
[6897]58}
59.allDay_list li.allDay_item{
60        margin-left: 10px;
61}
[6893]62body.detail{   
63        margin-top: 30px;
[7022]64        margin-left:10px;
[6893]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;
[6904]75}
[6912]76.week  .event-on-day{
77        font: 10px arial;
[6976]78        word-wrap: break-word;
[6912]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;
[6915]95        border: 1px solid;
[6912]96        width: 100px;
97}
98.week .all-day-line{
99        border: 0;
[7022]100        text-align:center;
[6912]101}
[7022]102.day-name{
103        text-align:center;
104}
[6912]105.week .event-all-day{
106        font: 10px arial;
[7022]107        margin-left: 3px;
[6912]108}
[7022]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}
[6912]119.week .all-day-line .write{
[7022]120        margin: 1px 0 0 0;
[6912]121        font-weight: bold;
[6915]122        border-left: 1px solid;
123        border-top: 1px solid;
124        border-bottom: 1px solid;       
[6912]125}
126.week .all-day{
[6915]127        border-top: 1px solid;
128        border-bottom: 1px solid;
[6912]129}
[6904]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
[7022]138}
139.header-paginator{
140        margin-top: 0px;
[6893]141}
Note: See TracBrowser for help on using the repository browser.