initial import
[roojs1] / css / resizable.css
1 .x-resizable-handle {\r
2     position:absolute;\r
3     z-index:100;\r
4     /* ie needs these */\r
5     font-size:1px;\r
6     line-height:6px;\r
7     overflow:hidden;\r
8          background:white;\r
9          filter:alpha(opacity=0);\r
10          opacity:0;\r
11          zoom:1;\r
12 }\r
13 .x-resizable-handle-east{\r
14     width:6px;\r
15     cursor:e-resize;\r
16     right:0px;\r
17     top:0px;\r
18     height:100%;\r
19          margin-right:-1px; /*IE rounding error*/\r
20 }\r
21 .x-resizable-handle-south{\r
22     width:100%;\r
23     cursor:s-resize;\r
24     left:0px;\r
25     bottom:0px;\r
26     height:6px;\r
27          margin-bottom:-1px; /*IE rounding error*/\r
28 }\r
29 .x-resizable-handle-west{\r
30     width:6px;\r
31     cursor:w-resize;\r
32     left:0px;\r
33     top:0px;\r
34     height:100%;\r
35 }\r
36 .x-resizable-handle-north{\r
37     width:100%;\r
38     cursor:n-resize;\r
39     left:0px;\r
40     top:0px;\r
41     height:6px;\r
42 }\r
43 .x-resizable-handle-southeast{\r
44     width:6px;\r
45     cursor:se-resize;\r
46     right:0px;\r
47     bottom:0px;\r
48     height:6px;\r
49     z-index:101;\r
50 }\r
51 .x-resizable-handle-northwest{\r
52     width:6px;\r
53     cursor:nw-resize;\r
54     left:0px;\r
55     top:0px;\r
56     height:6px;\r
57     z-index:101;\r
58 }\r
59 .x-resizable-handle-northeast{\r
60     width:6px;\r
61     cursor:ne-resize;\r
62     right:0px;\r
63     top:0px;\r
64     height:6px;\r
65     z-index:101;\r
66 }\r
67 .x-resizable-handle-southwest{\r
68     width:6px;\r
69     cursor:sw-resize;\r
70     left:0px;\r
71     bottom:0px;\r
72     height:6px;\r
73     z-index:101;\r
74 }\r
75 .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{\r
76     filter:alpha(opacity=100);\r
77          opacity:1;\r
78 }\r
79 .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{\r
80     background:url(../images/default/sizer/e-handle.gif);\r
81          background-position: left;\r
82 }\r
83 .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{\r
84     background:url(../images/default/sizer/e-handle.gif);\r
85          background-position: left;\r
86 }\r
87 .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{\r
88     background:url(../images/default/sizer/s-handle.gif);\r
89     background-position: top;\r
90 }\r
91 .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{\r
92     background:url(../images/default/sizer/s-handle.gif);\r
93     background-position: top;\r
94 }\r
95 .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{\r
96     background:url(../images/default/sizer/corners-sprite.gif);\r
97     background-position: top left;\r
98 }\r
99 .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{\r
100     background:url(../images/default/sizer/corners-sprite.gif);\r
101     background-position:bottom right;\r
102 }\r
103 .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{\r
104     background:url(../images/default/sizer/corners-sprite.gif);\r
105     background-position: bottom left;\r
106 }\r
107 .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{\r
108     background:url(../images/default/sizer/corners-sprite.gif);\r
109     background-position: top right;\r
110 }\r
111 .x-resizable-proxy{\r
112     border: 1px dashed #6593cf;\r
113     position:absolute;\r
114     overflow:hidden;\r
115     visibility:hidden;\r
116          left:0;top:0;\r
117     z-index:1001;\r
118 }\r
119 .x-resizable-overlay{\r
120     width:100%;\r
121          height:100%;\r
122          display:none;\r
123          position:absolute;\r
124          left:0;\r
125          top:0;\r
126          background:white;\r
127          z-index:20000;\r
128          -moz-opacity: 0;\r
129     opacity:0;\r
130     filter: alpha(opacity=0);\r
131          border:1px solid red;\r
132 }\r