source: branches/2.2.0.1/calendar/js/dhtmlx/sources/ext.css @ 4001

Revision 4001, 6.3 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1615 - Componente novo para agenda......................................

Line 
1.dhx_expand_icon {
2        position:absolute; top:0px; right:0px;
3        background-image:url(../codebase/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(../codebase/imgs/databg.png);
14}
15.dhx_agenda_line{
16        height:21px;
17        clear:both;
18        overflow:hidden;
19}
20.dhx_agenda_line div{
21        float:left;
22        width:188px;
23        border-right:1px dotted #8894A3;
24        text-align:center;
25        line-height:21px;
26        overflow:hidden;
27}
28.dhx_agenda_area .dhx_agenda_line div{
29        border-right:0px dotted #8894A3;       
30}
31.dhx_v_border{
32        position:absolute; left:186px; top:0px;
33        border-right:1px dotted #8894A3;
34        width:1px;
35        height:100%;
36}
37.dhx_agenda_line .dhx_event_icon{
38        width:20px;
39        border-width:0px;
40        background:url(../codebase/imgs/icon.png) no-repeat;
41        background-position: 5px 4px;
42        cursor:pointer;
43}
44.dhx_agenda_line span{
45        padding-left:5px;
46        line-height:21px;
47}
48
49
50.dhx_year_body{
51  border-left:1px dotted #586A7E;
52}
53.dhx_year_week{
54  height:20px;
55  position:relative;
56}
57.dhx_scale_bar_last{
58  border-right:1px dotted #586A7E;     
59}   
60.dhx_year_month{
61  height:18px;
62  padding-top:3px;
63  border:1px dotted #586A7E;
64  text-align:center;
65  vertical-align:middle;
66}
67.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{
68  color:#E2E3E6 !important;
69}
70.dhx_year_body .dhx_month_body{
71  height:0px;
72  overflow:hidden;
73}
74.dhx_month_head.dhx_year_event{
75  background-color:#FFE763;
76}
77.dhx_year_body .dhx_before .dhx_month_head, .dhx_year_body .dhx_after .dhx_month_head{
78        cursor: default;
79}
80.dhx_tooltip{
81  border:1px solid #BBBBBB;
82  background-image:url(../codebase/imgs/databg.png);
83  position:absolute;
84  z-index:9998;
85  width:300px;
86  height:auto;
87  font-family:Tahoma;
88  font-size:8pt;
89  overflow:hidden;
90}
91
92.dhx_tooltip_line{
93        line-height:20px;
94        height:20px;
95        overflow:hidden;
96}
97
98.dhx_tooltip_line .dhx_event_icon{
99        width:20px; height:20px;
100        padding-right:10px;
101        float:left;
102        border-width:0px;
103        position:relative;
104        background:url(../codebase/imgs/icon.png) no-repeat;
105        background-position: 5px 4px;
106        cursor:pointer;
107}
108
109.dhx_tooltip_date{
110        float:left;
111        width:auto;
112        padding-left:5px;
113        text-align:center;
114}
115
116.dhx_text_disabled{
117        color:#887A2E;
118        font-family:Tahoma;
119        font-size:8pt;
120}
121
122.dhx_mini_calendar{
123        -moz-box-shadow:5px 5px 5px #888;       /*Doesn't work in IE*/
124        -khtml-box-shadow: 5px 5px 5px #888;
125}
126
127.dhx_mini_calendar .dhx_month_head{
128        cursor:pointer;
129}
130.dhx_mini_calendar .dhx_calendar_click{
131        background-color: #C2D5FC;
132}
133.dhx_cal_navline div.dhx_minical_icon{
134        width:18px;
135        height:18px;
136        left:190px;
137        top:1px;
138        cursor:pointer;
139        background-image:url(../imgs/calendar.gif);
140}
141
142
143
144.dhx_matrix_cell, .dhx_matrix_scell{
145        overflow:hidden;
146        text-align:center;
147        vertical-align:middle;
148        border-bottom:1px dotted #8894A3;
149        border-right:1px dotted #8894A3;       
150}
151.dhx_matrix_cell{
152        background-color:white;
153}
154.dhx_matrix_cell div, .dhx_matrix_scell div{
155        overflow:hidden;
156        text-align:center;
157        width:100%;
158    height:auto;
159}
160
161.dhx_cal_lsection .dhx_readonly{
162        font-size:9pt;
163        font-size:8pt;
164        padding:2px;
165        color:#887A2E;
166}
167
168/* Tree view */
169.dhx_matrix_scell.folder, .dhx_data_table.folder .dhx_matrix_cell{
170        background-color: #969394;
171        cursor: pointer;
172}
173.dhx_matrix_scell .dhx_scell_level0{
174        padding-left: 5px;
175}
176.dhx_matrix_scell .dhx_scell_level1{
177        padding-left: 20px;
178}
179.dhx_matrix_scell .dhx_scell_level2{
180        padding-left: 35px;
181}
182
183.dhx_matrix_scell.folder{
184        font-weight: bold;
185        text-align: left;
186}
187
188.dhx_matrix_scell.folder .dhx_scell_expand{
189        float: left;
190        width: 10px;
191        padding-right:3px;
192}
193.dhx_matrix_scell.folder .dhx_scell_name{
194        float: left;
195        width: auto;
196}
197.dhx_matrix_scell.item .dhx_scell_name{
198        padding-left:15px;
199        text-align: left;
200}
201.dhx_section_timeline, .dhx_section_timeline2{
202        overflow: hidden;
203        padding: 2px 0 2px 10px;
204}
205.dhx_section_timeline select, .dhx_section_timeline2 select{
206        width: 552px;
207}
208/* Tree view end*/
209
210/* Map view */
211.dhx_map_area{
212        width:100%;
213        height:100%;
214        overflow-y: auto;
215        overflow-x: hidden;
216        background-image:url(../codebase/imgs/databg.png);
217}
218.dhx_map_line .dhx_event_icon{
219        width:20px;
220        border-width:0px;
221        background:url(../codebase/imgs/icon.png) no-repeat;
222        background-position: 5px 4px;
223        cursor:pointer;
224}
225.dhx_map_line{
226        height:21px;
227        clear:both;
228        overflow:hidden;
229}
230.dhx_map {
231        position:absolute;
232}
233.dhx_map_line div{
234        float:left;
235        border-right:1px dotted #8894A3;
236        text-align:center;
237        line-height:21px;
238        overflow:hidden;
239}
240.dhx_map_line .headline_description{
241        float:left;
242
243        border-right:1px dotted #8894A3;
244        text-align:center;
245        line-height:21px;
246        overflow:hidden;
247}
248.dhx_map_line .dhx_map_description{
249        float:left;
250        border-right: 0px dotted #8894A3;
251        text-align:center;
252        line-height:21px;
253        overflow:hidden;
254}
255.dhx_map_line .line_description{
256        float:left;
257        border-right:1px dotted #8894A3;
258        text-align:left;
259        padding-left:5px;
260        line-height:21px;
261        overflow:hidden;
262}
263.dhx_map_line.highlight{
264        background-color: #C4C5CC;
265}
266.dhx_map_area .dhx_map_line div{
267        border-right:0px dotted #8894A3;         
268}
269/* Map view end */
270
271/* dhtmlXTooltip start */
272.dhtmlXTooltip.tooltip{
273        -moz-box-shadow:3px 3px 3px #888888;
274        -khtml-box-shadow:3px 3px 3px #888888;
275       
276        background-color:white;
277        border-left:1px dotted #887A2E;
278        border-top:1px dotted #887A2E;
279        color:#887A2E;
280        cursor:default;
281        padding:10px;
282        position:absolute;
283        z-index:500;
284}
285/* dhtmlXTooltip end */
286
287/* Lightbox checkbox section */
288.dhx_cal_checkbox label {
289        padding-left: 5px;
290}
291/* Lightbox checkbox section end */
292
293
294/* Lightbox radiobuttons section */
295.dhx_cal_light .radio {
296        padding: 2px 0px 2px 10px;
297}
298.dhx_cal_light .radio input,  .dhx_cal_light .radio label{
299        line-height: 15px;
300}
301.dhx_cal_light .radio input {
302        vertical-align: middle;
303        margin: 0px;
304        padding: 0px;
305}
306.dhx_cal_light .radio label {
307        vertical-align: middle;
308        padding-right: 10px;
309}
310/* Lightbox radiobuttons section end */
311
312
313/* Lightbox dhtmlx combo section */
314.dhx_cal_light .combo {
315        padding: 4px;
316}
317/* Lightbox dhtmlx combo section end */
Note: See TracBrowser for help on using the repository browser.