PHP Classes

File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/skins/lightgray/CropRect.less

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/skins/lightgray/CropRect.less   Download  
File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/skins/lightgray/CropRect.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 946 bytes
 

Contents

Class file image Download
// CropRect .@{prefix}-croprect-container { position: absolute; top: 0; left: 0; } .@{prefix}-croprect-handle { position: absolute; top: 0; left: 0; width: 20px; height: 20px; border: 2px solid white; } .@{prefix}-croprect-handle-nw { border-width: 2px 0 0 2px; margin: -2px 0 0 -2px; cursor: nw-resize; top: 100px; left: 100px; } .@{prefix}-croprect-handle-ne { border-width: 2px 2px 0 0; margin: -2px 0 0 -20px; cursor: ne-resize; top: 100px; left: 200px; } .@{prefix}-croprect-handle-sw { border-width: 0 0 2px 2px; margin: -20px 2px 0 -2px; cursor: sw-resize; top: 200px; left: 100px; } .@{prefix}-croprect-handle-se { border-width: 0 2px 2px 0; margin: -20px 0 0 -20px; cursor: se-resize; top: 200px; left: 200px; } .@{prefix}-croprect-handle-move { position: absolute; cursor: move; border: 0; } .@{prefix}-croprect-block { .opacity(@window-modalblock-opacity); position: absolute; background: black; }