NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / resize-base / assets / skins / sam / resize-base-skin.css
blob624a9f0b9ba7b31add30dbdc3a6122046b12d116
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 .yui3-resize-handle-inner-r,
9 .yui3-resize-handle-inner-l,
10 .yui3-resize-handle-inner-t,
11 .yui3-resize-handle-inner-b,
12 .yui3-resize-handle-inner-tr,
13 .yui3-resize-handle-inner-br,
14 .yui3-resize-handle-inner-tl,
15 .yui3-resize-handle-inner-bl {
16 background-repeat: no-repeat;
17 background: url(arrows.png) no-repeat 0 0;
18 display: block;
19 height: 15px;
20 overflow: hidden;
21 text-indent: -99999em;
22 width: 15px;
25 .yui3-resize-handle-inner-br {
26 background-position: -30px 0;
27 bottom: -2px;
28 right: -2px;
31 .yui3-resize-handle-inner-tr {
32 background-position: -58px 0;
33 bottom: 0;
34 right: -2px;
38 .yui3-resize-handle-inner-bl {
39 background-position: -75px 0;
40 bottom: -2px;
41 right: -2px;
44 .yui3-resize-handle-inner-tl {
45 background-position: -47px 0;
46 bottom: 0;
47 right: -2px;
51 .yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
52 background-position: -15px 0;