]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/resize/assets/skins/sam/resize-base-skin.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / resize / assets / skins / sam / resize-base-skin.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-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;
23 }
24
25 .yui3-resize-handle-inner-br {
26         background-position: -30px 0;
27         bottom: -2px;
28         right: -2px;
29 }
30
31 .yui3-resize-handle-inner-tr {
32     background-position: -58px 0;
33     bottom: 0;
34     right: -2px;
35     
36 }
37
38 .yui3-resize-handle-inner-bl {
39         background-position: -75px 0;
40         bottom: -2px;
41         right: -2px;
42 }
43
44 .yui3-resize-handle-inner-tl {
45     background-position: -47px 0;
46     bottom: 0;
47     right: -2px;
48     
49 }
50
51 .yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
52         background-position: -15px 0;
53 }