comparison rhodecode/public/js/yui/imagecropper/assets/imagecropper-core.css @ 547:1e757ac98988

renamed project to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:18:16 +0200
parents pylons_app/public/js/yui/imagecropper/assets/imagecropper-core.css@564e40829f80
children 289ff43cc190
comparison
equal deleted inserted replaced
546:7c2f5e4d7bbf 547:1e757ac98988
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.8.0r4
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 }