[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |