]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui/build/resize/assets/resize-core.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui / build / resize / assets / resize-core.css
1 /*
2 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 2.9.0
6 */
7 .yui-resize {
8     position: relative;
9     zoom: 1;
10     z-index: 0;
11 }
12 .yui-resize-wrap {
13     zoom: 1;
14 }
15
16 .yui-draggable {
17     cursor: move;
18 }
19
20 .yui-resize .yui-resize-handle {
21     position: absolute;
22     z-index: 1;
23     font-size: 0;
24     margin: 0;
25     padding: 0;
26     zoom: 1;
27     height: 1px;
28     width: 1px;
29 }
30 .yui-resize .yui-resize-handle-br {
31     height: 5px;
32     width: 5px;
33     bottom: 0;
34     right: 0;
35     cursor: se-resize;
36     z-index: 2;
37     zoom: 1;
38 }
39
40 .yui-resize .yui-resize-handle-bl {
41     height: 5px;
42     width: 5px;
43     bottom: 0;
44     left: 0;
45     cursor: sw-resize;
46     z-index: 2;
47     zoom: 1;
48 }
49
50 .yui-resize .yui-resize-handle-tl {
51     height: 5px;
52     width: 5px;
53     top: 0;
54     left: 0;
55     cursor: nw-resize;
56     z-index: 2;
57     zoom: 1;
58 }
59
60 .yui-resize .yui-resize-handle-tr {
61     height: 5px;
62     width: 5px;
63     top: 0;
64     right: 0;
65     cursor: ne-resize;
66     z-index: 2;
67     zoom: 1;
68 }
69
70 .yui-resize .yui-resize-handle-r {
71     width: 5px;
72     height: 100%;
73     top: 0;
74     right: 0;
75     cursor: e-resize;
76     zoom: 1;
77 }
78
79 .yui-resize .yui-resize-handle-l {
80     height: 100%;
81     width: 5px;
82     top: 0;
83     left: 0;
84     cursor: w-resize;
85     zoom: 1;
86 }
87
88 .yui-resize .yui-resize-handle-b {
89     width: 100%;
90     height: 5px;
91     bottom: 0;
92     right: 0;
93     cursor: s-resize;
94     zoom: 1;
95 }
96 .yui-resize .yui-resize-handle-t {
97     width: 100%;
98     height: 5px;
99     top: 0;
100     right: 0;
101     cursor: n-resize;
102     zoom: 1;
103 }
104 .yui-resize-proxy {
105     position: absolute;
106     border: 1px dashed #000;
107     visibility: hidden;
108     z-index: 1000;
109 }
110
111 .yui-resize-hover .yui-resize-handle,
112 .yui-resize-hidden .yui-resize-handle {
113     opacity: 0;
114     filter: alpha(opacity=0);
115 }
116 .yui-resize-ghost {
117     opacity: .5;
118     filter: alpha(opacity=50);
119 }
120
121 .yui-resize-knob .yui-resize-handle {
122     height: 6px;
123     width: 6px;
124 }
125 .yui-resize-knob .yui-resize-handle-tr {
126     right: -3px;
127     top: -3px;
128 }
129 .yui-resize-knob .yui-resize-handle-tl {
130     left: -3px;
131     top: -3px;
132 }
133 .yui-resize-knob .yui-resize-handle-bl {
134     left: -3px;
135     bottom: -3px;
136 }
137 .yui-resize-knob .yui-resize-handle-br {
138     right: -3px;
139     bottom: -3px;
140 }
141 .yui-resize-knob .yui-resize-handle-t {
142     left: 45%;
143     top: -3px;
144 }
145 .yui-resize-knob .yui-resize-handle-r {
146     right: -3px;
147     top: 45%;
148 }
149 .yui-resize-knob .yui-resize-handle-l {
150     left: -3px;
151     top: 45%;
152 }
153 .yui-resize-knob .yui-resize-handle-b {
154     left: 45%;
155     bottom: -3px;
156 }
157
158 .yui-resize-status {
159     position: absolute;
160     top: -999px;
161     left: -999px;
162     padding: 2px;
163     font-size: 80%;
164     display: none;
165     zoom: 1; /* IE hasLayout */
166     z-index: 9999;
167 }
168 .yui-resize-status strong, .yui-resize-status em {
169     font-weight: normal;
170     font-style: normal;
171     padding: 1px;
172     zoom: 1;
173 }