source: branches/2.2.0.1/calendar/js/dhtmlx/samples/05_calendar/extra/skins/dhtmlxlayout_dhx_skyblue.css @ 4001

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

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

Line 
1/*****************************************************************************************************************************************************************
2                                                                "DHX_SKYBLUE" SKIN
3*****************************************************************************************************************************************************************/
4/* inner table */
5table.dhtmlxLayoutPolyContainer_dhx_skyblue {
6        width: 100%;
7        height: 100%;
8        abackground-color: #D3E2E5;
9}
10/* single polygon */
11table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly {
12        position: relative;
13        overflow: hidden;
14        vertical-align: top;
15}
16/* window content */
17table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxWindowMainContent {
18        border: #a4bed4 1px solid;
19        background-color: #FFFFFF;
20}
21
22
23/* WITH ENGINE */
24table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlx_wins_body_inner {
25        border: #000000 1px solid;
26        background-color: #FFFFFF;
27}
28
29/* content cover boocker */
30table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhxcont_content_blocker {
31        position: absolute;
32        width: 100%;
33        height: 100%;
34        top: 0px;
35        left: 0px;
36        filter: alpha(opacity=20);
37        -moz-opacity: 0.2;
38        opacity: 0.2;
39        background-color: #93C0E7;
40}
41
42
43/* infobar */
44table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar {
45        position: relative;
46        font-family: Tahoma;
47        font-size: 2px;
48        height: 27px;
49        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_bg.gif");
50        background-repeat: repeat-x;
51        background-position: top;
52        overflow: hidden;
53        border-left: #a4bed4 1px solid;
54        border-right: #a4bed4 1px solid;
55}
56table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarButtonsFake {
57        position: absolute;
58        width: 28px;
59        height: 27px;
60        margin: 0px;
61        top: 0px;
62        right: -1px;
63        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_bg.gif");
64        background-repeat: repeat-x;
65        background-position: top;
66        overflow: hidden;
67}
68/* infobar label */
69table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel {
70        white-space: nowrap;
71        font-size: 11px;
72        color: #000000;
73        font-family: Tahoma;
74        font-weight: bold;
75        top: 7px;
76        margin-left: 5px;
77        line-height: 15px;
78        vertical-align: middle;
79        cursor: default;
80        position: absolute;
81        -moz-user-select: none;
82}
83table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarLabel {
84        display: none;
85}
86/* button collapse to-right */
87table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoButtonShowHide_ver {
88        position: absolute;
89        width: 16px;
90        height: 16px;
91        top: 6px;
92        right: 4px;
93        font-family: Tahoma;
94        font-size: 2px;
95        text-align: center;
96        vertical-align: top;
97        cursor: pointer;
98        background-repeat: no-repeat;
99}
100table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbarCollapsed div.dhtmlxInfoButtonShowHide_ver { /* tabbar case, collapsed */
101        position: absolute;
102        width: 7px;
103        height: 8px;
104        top: 6px;
105        right: 4px;
106        font-family: Tahoma;
107        font-size: 2px;
108        text-align: center;
109        vertical-align: top;
110        cursor: pointer;
111        background-repeat: no-repeat;
112}
113.dhxLayoutButton_dhx_skyblue_ver1t {
114        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
115        background-position: -32px 0px;
116}
117.dhxLayoutButton_dhx_skyblue_ver1b {
118        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
119        background-position: 0px 0px;
120}
121/* button collapse to-left */
122table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoButtonShowHide_hor {
123        position: absolute;
124        width: 16px;
125        height: 16px;
126        top: 6px;
127        right: 4px;
128        font-family: Tahoma;
129        font-size: 2px;
130        text-align: center;
131        vertical-align: top;
132        cursor: pointer;
133        background-repeat: no-repeat;
134}
135table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbarCollapsed div.dhtmlxInfoButtonShowHide_hor { /* tabbar case, collapsed */
136        position: absolute;
137        width: 8px;
138        height: 7px;
139        top: 10px;
140        left: 6px;
141        font-family: Tahoma;
142        font-size: 2px;
143        text-align: center;
144        vertical-align: top;
145        cursor: pointer;
146        background-repeat: no-repeat;
147}
148.dhxLayoutButton_dhx_skyblue_hor1l {
149        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
150        background-position: -16px 0px;
151}
152.dhxLayoutButton_dhx_skyblue_hor1r {
153        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
154        background-position: -48px 0px;
155}
156/* collapsed polygon horizontal */
157table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor {
158        position: relative;
159        font-family: Tahoma;
160        font-size: 2px;
161        height: 100%;
162        height: 18px;
163        overflow: hidden;
164}
165table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxInfoBarLabel {
166        display: none;
167}
168table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxInfoButtonShowHide_ver {
169        position: absolute;
170        width: 16px;
171        height: 16px;
172        top: 1px;
173        right: 4px;
174        font-family: Tahoma;
175        font-size: 2px;
176        text-align: center;
177        vertical-align: top;
178        cursor: pointer;
179        background-repeat: no-repeat;
180}
181.dhxLayoutButton_dhx_skyblue_ver2t {
182        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
183        background-position: -32px 0px;
184}
185.dhxLayoutButton_dhx_skyblue_ver2b {
186        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
187        background-position: 0px 0px;
188}
189table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxInfoBarButtonsFake {
190        border-left: 1px solid #a4bed4;
191        border-right: 1px solid #a4bed4;
192        height: 18px;
193        left: 0px;
194        position: relative;
195        top: 0px;
196        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_collapsedhor.gif");
197        background-repeat: repeat-x;
198}
199/* collapsed polygon vertical */
200table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer {
201        position: relative;
202        width: 100%;
203        font-family: Tahoma;
204        font-size: 2px;
205        height: 100%;
206        abackground-color: #C2D5DC;
207        overflow: hidden;
208}
209table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarLabel {
210        display: none;
211}
212table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoButtonShowHide_hor {
213        position: absolute;
214        width: 16px;
215        height: 16px;
216        top: 6px;
217        left: 1px;
218        font-family: Tahoma;
219        font-size: 2px;
220        text-align: center;
221        vertical-align: top;
222        cursor: pointer;
223        background-repeat: no-repeat;
224}
225.dhxLayoutButton_dhx_skyblue_hor2l {
226        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
227        background-position: -16px 0px;
228}
229.dhxLayoutButton_dhx_skyblue_hor2r {
230        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif");
231        background-position: -48px 0px;
232}
233table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarButtonsFake {
234        border-top: 1px solid #a4bed4;
235        border-bottom: 1px solid #a4bed4;
236        width: 16px;
237        left: 0px;
238        position: absolute;
239        top: 0px;
240        height: 100%;
241        width: 18px;
242        bottom: 0px;
243        height=100%;
244        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_collapsedver.gif");
245        background-repeat: repeat-y;
246}
247/* border-bottom for vercollapsed cell */
248table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarButtonsFake2 {
249        position: absolute;
250        width: 100%;
251        bottom: 1px;
252        bottom=-1px;
253        border-bottom: 1px solid #a4bed4;
254}
255/* inner objects */
256table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInnerContainer {
257        font-family: Tahoma;
258        font-size: 11px;
259        font-weight: normal;
260        color: #000000;
261        position: relative;
262        overflow: auto;
263}
264table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlx_wins_body_content {
265        position: relative;
266        overflow: hidden;
267}
268/* SPLITTERS */
269/* hor-based splitter */
270table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutPolySplitterHor {
271        font-size: 1px;
272        height: 5px;
273        line-height: 5px;
274        cursor: n-resize;
275        -moz-user-select: none;
276        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_drag_hor.gif") !important;
277        background-repeat: no-repeat !important;
278        background-position: center center !important;
279        vertical-align: top;
280        background-color: #ebebeb;
281}
282/* hor-based splitter inactive */
283table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutPolySplitterHorInactive {
284        font-size: 1px;
285        height: 5px;
286        line-height: 5px;
287        cursor: default;
288        -moz-user-select: none;
289        vertical-align: top;
290        background-color: #ebebeb;
291}
292/* ver-based splitter */
293table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutPolySplitterVer {
294        font-size: 2px;
295        width: 5px;
296        cursor: w-resize;
297        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_drag_ver.gif") !important;
298        background-repeat: no-repeat !important;
299        background-position: 50% center !important;
300        background-color: #ebebeb;
301        vertical-align: top;
302        -moz-user-select: none;
303}
304/* ver-based splitter inactive */
305table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutPolySplitterVerInactive {
306        font-size: 2px;
307        width: 5px;
308        cursor: default;
309        background-color: #ebebeb;
310        vertical-align: top;
311        -moz-user-select: none;
312}
313/* DEFAULT SINGLE POLYGON WITH ATTACHED TABBAR */
314/* polygon */
315table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar {
316        position: relative;
317        overflow: hidden;
318        vertical-align: top;
319        border: 0px solid transparent;
320        border-top: 1px solid #D2E3EA;
321        border-bottom: 1px solid #D2E3EA;
322}
323table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbarCollapsed {
324        position: relative;
325        border: #C2D5DC 1px solid;
326        overflow: hidden;
327        vertical-align: top;
328        background-color: #D2E3EA;
329}
330table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhtmlxWindowMainContent {
331        border: #333333 0px solid !important;
332        background-color: #FFFFFF;
333}
334table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbarCollapsed div.dhtmlxPolyInfoBarCollapsedVer, td.dhtmlxLayoutSinglePolyTabbarCollapsed div.dhtmlxPolyInfoBarCollapsedHor {
335        position: relative;
336        width: 100%;
337        height: 100%;
338}
339/* small tabbar fix */
340table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhx_tabbar_row {
341}
342
343table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhtmlxPolyInfoBar, td.dhtmlxLayoutSinglePolyTabbarCollapsed div.dhtmlxPolyInfoBar {
344        position: relative;
345        z-index: 100;
346}
347table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhtmlxInfoBarLabel, td.dhtmlxLayoutSinglePolyTabbarCollapsed div.dhtmlxInfoBarLabel {
348        width: 0px;
349        height: 0px;
350        display: none;
351}
352table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhtmlxInfoBarButtonsFake, td.dhtmlxLayoutSinglePolyTabbarCollapsed div.dhtmlxInfoBarButtonsFake {
353        width: 0px;
354        height: 0px;
355        display: none;
356}
357table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhtmlxPolyInfoBar div {
358        position: relative;
359        float: right;
360        background-position: center top;
361        background-repeat: no-repeat;
362        width: 12px;
363        height: 12px;
364        overflow: hidden;
365        z-index: 100;
366}
367/* collapse/expand buttons for tabbar */
368table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhtmlxPolyInfoBar div.dhtmlxInfoButtonShowHide_hor, table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePolyTabbar div.dhtmlxPolyInfoBar div.dhtmlxInfoButtonShowHide_ver {
369        position: absolute;
370        right: 4px;
371        top: 4px;
372        width: 16px;
373        height: 16px;
374        cursor: pointer;
375}
376/* SIZER */
377div.dhxLayout_Sizer_dhx_skyblue {
378        position: absolute;
379        background-color: #97BFE8;
380        filter: alpha(opacity=30);
381        -moz-opacity: 0.3;
382        opacity: 0.3;
383        transparent: 0;
384        font-size: 1px;
385        z-index: 1999;
386}
387div.dhxLayout_Cover_dhx_skyblue {
388        position: absolute;
389        width: 100%;
390        height: 100%;
391        top: 0px;
392        left: 0px;
393        filter: alpha(opacity=20);
394        -moz-opacity: 0.2;
395        opacity: 0.2;
396        background-color: #93C0E7;
397}
398/* attached menu */
399.dhtmlxMenu_dhx_skyblue_Middle {
400        amargin-left: 1px;
401        amargin-right: 1px;
402}
403.dhtmlxMenu_dhx_skyblue_bottom_border {
404        height=25;
405        border-bottom: #C2D5DC 1px solid;
406}
407.dhtmlxToolbar_dhx_skyblue_bottom_top {
408        border-top: #C2D5DC 1px solid;
409}
410/* progress cover */
411table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxLayoutPolyProgress {
412        position: absolute;
413        left: 0px;
414        top: 0px;
415        width: 100%;
416        height: 100%;
417        filter: alpha(opacity=15);
418        -moz-opacity: 0.15;
419        opacity: 0.15;
420        background-color: #93C0E7;
421}
422table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxLayoutPolyProgressBGIMG {
423        position: absolute;
424        left: 0px;
425        top: 0px;
426        width: 100%;
427        height: 100%;
428        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_progress.gif");
429        background-repeat: no-repeat;
430        background-position: center center;
431}
432/* progres cover global */
433div.dhtmlxLayoutPolyProgressGlobal_dhx_skyblue {
434        position: absolute;
435        left: 0px;
436        top: 0px;
437        width: 100%;
438        height: 100%;
439        filter: alpha(opacity=15);
440        -moz-opacity: 0.15;
441        opacity: 0.15;
442        background-color: #93C0E7;
443}
444div.dhtmlxLayoutPolyProgressBGIMGGlobal_dhx_skyblue {
445        position: absolute;
446        left: 0px;
447        top: 0px;
448        width: 100%;
449        height: 100%;
450        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_progress_global.gif");
451        background-repeat: no-repeat;
452        background-position: center center;
453}
454/* status bar */
455div.dhxcont_global_layout_area div.dhxcont_sb_container {
456        position: relative;
457        height: 24px;
458}
459div.dhxcont_global_layout_area div.dhxcont_sb_container div.dhxcont_statusbar {
460        position: relative;
461        top: 2px;
462        height: 22px;
463        line-height: 22px;
464        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_bg_sb.gif");
465        background-repeat: repeat-x;
466        width: auto;
467        padding: 0px 4px;
468        overflow: hidden;
469        white-space: nowrap;
470        border-top: none;
471        border-bottom: none;
472        border-left: #a4bed4 1px solid;
473        border-right: #a4bed4 1px solid;
474        font-family: Tahoma;
475        font-size: 11px;
476        vertical-align: middle;
477        color: #000000;
478}
479/* status attachecd to layout's cell */
480div.dhxcont_global_layout_area div.dhxcont_sb_container_layoutcell {
481        position: relative;
482        height: 21px;
483}
484div.dhxcont_global_layout_area div.dhxcont_sb_container_layoutcell div.dhxcont_statusbar {
485        position: relative;
486        top: 0px;
487        height: 21px;
488        line-height: 21px;
489        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_bg_sb.gif");
490        background-repeat: repeat-x;
491        background-position: top;
492        width: auto;
493        padding: 0px 4px;
494        overflow: hidden;
495        white-space: nowrap;
496        border-top: none;
497        border-bottom: none;
498        font-family: Tahoma;
499        font-size: 11px;
500        vertical-align: middle;
501        color: #000000;
502}
503/*
504table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhxcont_statusbar {
505        position: absolute;
506        width: 100%;
507        bottom: 0px;
508        background: none;
509        _bottom: -1px;
510        background-image: url("../imgs/dhxlayout_dhx_skyblue/dhxlayout_bg_sb.gif");
511        background-repeat: repeat-x;
512        overflow: hidden;
513        font-family: Tahoma;
514        font-size: 11px;
515        color: #7393ae;
516        vertical-align: middle;
517        line-height: 20px;
518        height: 20px;
519        -moz-user-select: none;
520        cursor: default;
521        padding-left: 4px;
522}
523*/
524/* dhxcont cells in layout */
525table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhxcont_global_content_area {
526        position: absolute;
527        overflow: hidden; /* important for IE */
528        border: #a4bed4 1px solid;
529        background-color: #FFFFFF;
530}
531
532/* left/right lines in header */
533table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxPolyInfoBar div.dhtmlxLineL {
534        position: absolute;
535        border-left: #FFFFFF 1px solid;
536        top: 1px;
537        left: 0px;
538        height: 25px;
539}
540table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxLineL {
541        position: absolute;
542        border-left: #FFFFFF 1px solid;
543        top: 1px;
544        left: 1px;
545        height: 16px;
546}
547table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxPolyInfoBar div.dhtmlxLineR {
548        position: absolute;
549        border-right: #FFFFFF 1px solid;
550        top: 1px;
551        right: 0px;
552        height: 25px;
553}
554table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxLineR {
555        position: absolute;
556        border-right: #FFFFFF 1px solid;
557        top: 1px;
558        right: 1px;
559        height: 16px;
560}
561table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxLineL {
562        position: absolute;
563        border-top: #FFFFFF 1px solid;
564        top: 1px;
565        left: 1px;
566        width: 16px;
567}
568table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxLineR {
569        position: absolute;
570        border-bottom: #FFFFFF 1px solid;
571        bottom: 1px;
572        bottom: 1px;
573        left: 1px;
574        width: 16px;
575}
576
577
578
579/* fullscreened init on body */
580.dhxlayout_fullscreened {
581        background-color: #ebebeb;
582        width: 100%;
583        height: 100%;
584        margin: 0px;
585        overflow: hidden;
586}
587/* layout attached to window */
588/*
589.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_body_inner.dhxwin_attachedlayout {
590        background-color: #ebebeb !important;
591        border: #ebebeb 2px solid !important;
592}
593*/
594
595/* skin detect, dhx_skyblue */
596div.dhxlayout_skin_detect {
597        width: 199px;
598}
599
600/* COLLAPSED TEXT */
601/* horizontal */
602table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel_collapsed_ver {
603        display: none;
604}
605table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxInfoBarLabel_collapsed_ver {
606        position: absolute;
607        top: 2px;
608        left: 5px;
609        font-family: Tahoma;
610        font-size: 11px;
611        font-weight: normal;
612        color: #666666;
613        white-space: nowrap;
614        cursor: default;
615        -moz-user-select: none;
616}
617/* vertical */
618table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel_collapsed_hor {
619        display: none;
620}
621table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarLabel_collapsed_hor {
622        position: absolute;
623        top: 28px;
624        left: 0px;
625        font-family: Tahoma;
626        font-size: 11px;
627        font-weight: normal;
628        color: #666666;
629        white-space: nowrap;
630        cursor: default;
631        -moz-user-select: none;
632}
633
Note: See TracBrowser for help on using the repository browser.