##// END OF EJS Templates
tries to fix issue #177 by fallback to user.user_id instead of fetching from db, user.user_id...
tries to fix issue #177 by fallback to user.user_id instead of fetching from db, user.user_id never have raise an exception so i will consider it safe.

File last commit:

r1073:289ff43c beta
r1269:2e7f2142 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;
}