Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3
Code licensed under the BSD License:
4
http://developer.yahoo.com/yui/license.html
5
version: 2.9.0
6
*/
7
.yui-crop {
8
    position: relative;
9
}
10
.yui-crop .yui-crop-mask {
11
    position: absolute;
12
    top: 0;
13
    left: 0;
14
    height: 100%;
15
    width: 100%;
16
}
17
 
18
.yui-crop .yui-resize {
19
    position: absolute;
20
    top: 10px;
21
    left: 10px;
22
    border: 0;
23
}
24
 
25
.yui-crop .yui-crop-resize-mask {
26
    position: absolute;
27
    top: 0;
28
    left: 0;
29
    height: 100%;
30
    width: 100%;
31
    background-position: -10px -10px;
32
    overflow: hidden;
33
}