]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blob - wradmin/public/yui/imagecropper/assets/imagecropper-core.css
Start to use flask instead of pylons.
[philipp/winterrodeln/wradmin.git] / wradmin / public / yui / imagecropper / assets / imagecropper-core.css
1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.7.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 }