]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/resize/assets/resize-base-core.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / resize / assets / resize-base-core.css
1 /*
2 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 3.3.0
6 build: 3167
7 */
8 .yui3-resize,.yui3-resize-wrapper {
9         z-index: 0;
10         zoom: 1;
11 }
12
13 .yui3-resize-handle {
14         position: absolute;
15         display: block;
16         z-index: 100;
17         zoom: 1;
18 }
19
20 .yui3-resize-proxy {
21         position: absolute;
22         border: 1px dashed #000;
23         position: absolute;
24         z-index: 10000;
25 }
26
27 .yui3-resize-hidden-handles .yui3-resize-handle {
28         opacity: 0;
29         filter: alpha(opacity=0);
30 }
31
32 .yui3-resize-handle-t,
33 .yui3-resize-handle-b {
34         width: 100%;
35         left: 0;
36         height: 6px;
37 }
38
39 .yui3-resize-handle-l,
40 .yui3-resize-handle-r {
41         height: 100%;
42         top: 0;
43         width: 6px;
44 }
45
46 .yui3-resize-handle-t {
47         cursor: n-resize;
48         top: 0;
49 }
50
51 .yui3-resize-handle-b {
52         cursor: s-resize;
53         bottom: 0;
54 }
55
56 .yui3-resize-handle-l {
57         cursor: w-resize;
58         left: 0;
59 }
60
61 .yui3-resize-handle-r {
62         cursor: e-resize;
63         right: 0;
64 }
65
66 .yui3-resize-handle-inner {
67         position: absolute;
68         zoom: 1;
69 }
70
71 .yui3-resize-handle-inner-t,
72 .yui3-resize-handle-inner-b {
73         margin-left: -8px;
74         left: 50%;
75 }
76
77 .yui3-resize-handle-inner-l,
78 .yui3-resize-handle-inner-r {
79         margin-top: -8px;
80         top: 50%;
81 }
82
83 .yui3-resize-handle-inner-t {
84         top: -4px;
85 }
86
87 .yui3-resize-handle-inner-b {
88         bottom: -4px;
89 }
90
91 .yui3-resize-handle-inner-l {
92         left: -4px;
93 }
94
95 .yui3-resize-handle-inner-r {
96         right: -4px;
97 }
98
99 .yui3-resize-handle-tr,
100 .yui3-resize-handle-br,
101 .yui3-resize-handle-tl,
102 .yui3-resize-handle-bl {
103         height: 15px;
104         width: 15px;
105         z-index: 200;
106 }
107
108 .yui3-resize-handle-tr {
109         cursor: ne-resize;
110         top: 0;
111         right: 0;
112 }
113
114 .yui3-resize-handle-tl {
115         cursor: nw-resize;
116         top: 0;
117         left: 0;
118 }
119
120 .yui3-resize-handle-br {
121         cursor: se-resize;
122         bottom: 0;
123         right: 0;
124 }
125
126 .yui3-resize-handle-bl {
127         cursor: sw-resize;
128         bottom: 0;
129         left: 0;
130 }