source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/sample/codebase/dhtmlxscheduler_ext.css @ 6779

Revision 6779, 2.9 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1.dhx_expand_icon {
2        position:absolute; top:0px; right:0px;
3        background-image:url(./imgs/colapce-expand-icon.gif);
4        width:18px; height:18px;
5        cursor:pointer;
6        background-position:0px 18px;
7        z-index:16;
8}
9.dhx_agenda_area{
10        width:100%;
11        height:100%;
12        overflow-y:auto;
13        background-image:url(./imgs/databg.png);
14}
15.dhx_agenda_line{
16        height:21px;
17        clear:both;
18}
19.dhx_agenda_line div{
20        float:left;
21        width:188px;
22        border-right:1px dotted #8894A3;
23        text-align:center;
24        line-height:21px;
25        overflow:hidden;
26}
27.dhx_agenda_area .dhx_agenda_line div{
28        border-right:0px dotted #8894A3;       
29}
30.dhx_v_border{
31        position:absolute; left:186px; top:0px;
32        border-right:1px dotted #8894A3;
33        width:1px;
34        height:100%;
35}
36.dhx_agenda_line .dhx_event_icon{
37        width:20px;
38        border-width:0px;
39        background:url(./imgs/icon.png) no-repeat;
40        background-position: 5px 4px;
41        cursor:pointer;
42}
43.dhx_agenda_line span{
44        padding-left:5px;
45        line-height:21px;
46}
47
48
49.dhx_year_body{
50  border-left:1px dotted #586A7E;
51}
52.dhx_year_week{
53  height:20px;
54  position:relative;
55}
56.dhx_scale_bar_last{
57  border-right:1px dotted #586A7E;     
58}   
59.dhx_year_month{
60  height:18px;
61  padding-top:3px;
62  border:1px dotted #586A7E;
63  text-align:center;
64  vertical-align:middle;
65}
66.dhx_year_body .dhx_before .dhx_month_head, .dhx_year_body .dhx_after .dhx_month_head, .dhx_year_body .dhx_before .dhx_month_head a, .dhx_year_body .dhx_after .dhx_month_head a{
67  color:#E2E3E6 !important;
68}
69.dhx_year_body .dhx_month_body{
70  height:0px;
71  overflow:hidden;
72}
73.dhx_month_head.dhx_year_event{
74  background-color:#FFE763;
75}
76.dhx_tooltip{
77  border:1px solid #BBBBBB;
78  background-image:url(./imgs/databg.png);
79  position:absolute;
80  z-index:9998;
81  width:300px;
82  height:auto;
83  font-family:Tahoma;
84  font-size:8pt;
85  overflow:hidden;
86}
87
88.dhx_tooltip_line{
89        line-height:20px;
90        white-space:nowrap;
91}
92
93.dhx_tooltip_line .dhx_event_icon{
94        width:20px; height:20px;
95        padding-right:10px;
96        float:left;
97        border-width:0px;
98        position:relative;
99        background:url(./imgs/icon.png) no-repeat;
100        background-position: 5px 4px;
101        cursor:pointer;
102}
103
104.dhx_tooltip_date{
105        float:left;
106        width:auto;
107        padding-left:5px;
108        text-align:center;
109}
110
111.dhx_text_disabled{
112        color:#887A2E;
113        font-family:Tahoma;
114        font-size:8pt;
115}
116
117.dhx_mini_calendar .dhx_month_head{
118        cursor:pointer;
119}
120.dhx_mini_calendar .dhx_calendar_click{
121        background-color: #C2D5FC;
122}
123.dhx_cal_navline div.dhx_minical_icon{
124        width:18px;
125        height:18px;
126        left:190px;
127        top:1px;
128        cursor:pointer;
129        background-image:url(./imgs/calendar.gif);
130}
131
132
133
134.dhx_matrix_cell, .dhx_matrix_scell{
135        overflow:hidden;
136        text-align:center;
137        vertical-align:middle;
138        border-bottom:1px dotted #8894A3;
139        border-right:1px dotted #8894A3;       
140}
141.dhx_matrix_cell{
142        background-color:white;
143}
144.dhx_matrix_cell div, .dhx_matrix_scell div{
145        overflow:hidden;
146        text-align:center;
147        width:100%;
148        height:100%;
149}
Note: See TracBrowser for help on using the repository browser.