source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/samples/05_calendar/extra/dhtmlxlayout.css @ 6779

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

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

Line 
1div.dhtmlxLayoutObject {
2        position: absolute;
3        overflow: hidden;
4        width: 100%;
5        height: 100%;
6}
7.dhxCursorWResize {
8        cursor: w-resize;
9}
10.dhxCursorNResize {
11        cursor: n-resize;
12}
13/* dhxcont */
14div.dhxcont_global_layout_area {
15        position: absolute;
16        left: 0px;
17        top: 0px;
18        overflow: hidden;
19}
20/*
21div.dhxcont_global_layout_area div.dhxcont_statusbar {
22        position: absolute;
23        width: 100%;
24        bottom: 0px;
25        _bottom: -1px;
26        aborder-top: #FFFFFF 1px solid;
27        aborder-bottom: #B5CDE4 1px solid;
28        background-color: #D9E8F6;
29        width: 100%;
30        overflow: hidden;
31        font-family: Tahoma;
32        font-size: 11px;
33        vertical-align: middle;
34        line-height: 17px;
35        -moz-user-select: none;
36        cursor: default;
37        padding-left: 4px;
38}
39*/
40div.dhxcont_content_blocker {
41        position: absolute;
42        left: 0px;
43        top: 0px;
44        width: 101%;
45        height: 101%;
46        filter: alpha(opacity=0);
47        -moz-opacity: 0;
48        opacity: 0;
49        background: #FFFFFF;
50        z-index: 1;
51        -moz-user-select: none;
52}
53/* skin detect */
54div.dhxlayout_skin_detect {
55        position: absolute;
56        height: 1px;
57        margin: 0px;
58        padding: 0px;
59}
Note: See TracBrowser for help on using the repository browser.