Merge branch 'MDL-32509' of git://github.com/danpoltawski/moodle
[moodle.git] / lib / yui / 3.5.0 / build / resize-base / assets / resize-base-core.css
blob47a5862d1692178e35bee8063a2b2813f0628bd5
1 /*
2 YUI 3.5.0 (build 5089)
3 Copyright 2012 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
7 .yui3-resize,.yui3-resize-wrapper {
8 z-index: 0;
9 zoom: 1;
12 .yui3-resize-handle {
13 position: absolute;
14 display: block;
15 z-index: 100;
16 zoom: 1;
19 .yui3-resize-proxy {
20 position: absolute;
21 border: 1px dashed #000;
22 position: absolute;
23 z-index: 10000;
26 .yui3-resize-hidden-handles .yui3-resize-handle {
27 opacity: 0;
28 filter: alpha(opacity=0);
31 .yui3-resize-handle-t,
32 .yui3-resize-handle-b {
33 width: 100%;
34 left: 0;
35 height: 6px;
38 .yui3-resize-handle-l,
39 .yui3-resize-handle-r {
40 height: 100%;
41 top: 0;
42 width: 6px;
45 .yui3-resize-handle-t {
46 cursor: n-resize;
47 top: 0;
50 .yui3-resize-handle-b {
51 cursor: s-resize;
52 bottom: 0;
55 .yui3-resize-handle-l {
56 cursor: w-resize;
57 left: 0;
60 .yui3-resize-handle-r {
61 cursor: e-resize;
62 right: 0;
65 .yui3-resize-handle-inner {
66 position: absolute;
67 zoom: 1;
70 .yui3-resize-handle-inner-t,
71 .yui3-resize-handle-inner-b {
72 margin-left: -8px;
73 left: 50%;
76 .yui3-resize-handle-inner-l,
77 .yui3-resize-handle-inner-r {
78 margin-top: -8px;
79 top: 50%;
82 .yui3-resize-handle-inner-t {
83 top: -4px;
86 .yui3-resize-handle-inner-b {
87 bottom: -4px;
90 .yui3-resize-handle-inner-l {
91 left: -4px;
94 .yui3-resize-handle-inner-r {
95 right: -4px;
98 .yui3-resize-handle-tr,
99 .yui3-resize-handle-br,
100 .yui3-resize-handle-tl,
101 .yui3-resize-handle-bl {
102 height: 15px;
103 width: 15px;
104 z-index: 200;
107 .yui3-resize-handle-tr {
108 cursor: ne-resize;
109 top: 0;
110 right: 0;
113 .yui3-resize-handle-tl {
114 cursor: nw-resize;
115 top: 0;
116 left: 0;
119 .yui3-resize-handle-br {
120 cursor: se-resize;
121 bottom: 0;
122 right: 0;
125 .yui3-resize-handle-bl {
126 cursor: sw-resize;
127 bottom: 0;
128 left: 0;