| imagefield_crop-rtl.css | imagefield_crop-rtl.css |  | .jcrop-preview-wrapper, .jcrop-holder { direction:ltr; } | 
          
                  | imagefield_crop.css | imagefield_crop.css |  | #node-form img.cropbox {
  display: none;
}
#node-form div.jcrop-holder img.cropbox {
  display: block;
}
.widget-edit {
  clear: both;
} | 
          
                  | imagefield_crop.drush.inc | imagefield_crop.drush.inc |  |  | 
          
                  | imagefield_crop.info | imagefield_crop.info |  | name= Imagefield crop
description = Add cropping ability to images using javascript
core = 6.x
dependencies[] = imagefield
dependencies[] = imageapi
package = CCK | 
          
                  | imagefield_crop.install | imagefield_crop.install |  |  | 
          
                  | imagefield_crop.module | imagefield_crop.module |  |  | 
          
                  | imagefield_crop_file.inc | imagefield_crop_file.inc |  | hook_file and imagefield_crop file functions. | 
          
                  | imagefield_crop_formatter.inc | imagefield_crop_formatter.inc |  | ImageField formatter hooks and callbacks. | 
          
                  | imagefield_crop_widget.inc | imagefield_crop_widget.inc |  |  | 
          
                  | jquery.Jcrop.css | Jcrop/css/jquery.Jcrop.css |  | /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }
.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left… | 
          
                  | README.txt | README.txt |  | = Overview =
imagefield_crop provides a widget for cropping an image after upload.
= Usage =
When the user uploads an image, the image is presented inside a cropping area.
A cropping box is shown inside, and the user can resize and move it.… |