##// END OF EJS Templates
small rewrite for injecting rhodecode_extras into ui. instead of injecting to hgweb instance, inject to ui and pass to hgweb. It's simpler and more readable.
small rewrite for injecting rhodecode_extras into ui. instead of injecting to hgweb instance, inject to ui and pass to hgweb. It's simpler and more readable.

File last commit:

r1073:289ff43c beta
r1276:88e75052 beta
Show More
imagecropper-core.css
33 lines | 586 B | text/css | CssLexer
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
.yui-crop {
position: relative;
}
.yui-crop .yui-crop-mask {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.yui-crop .yui-resize {
position: absolute;
top: 10px;
left: 10px;
border: 0;
}
.yui-crop .yui-crop-resize-mask {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-position: -10px -10px;
overflow: hidden;
}