You are here

imagefield_crop.css in Imagefield Crop 6

Same filename and directory in other branches
  1. 5 imagefield_crop.css
#node-form img.cropbox {
  display: none;
}

#node-form div.jcrop-holder img.cropbox {
  display: block;
}

.widget-edit {
  clear: both;
}

File

imagefield_crop.css
View source
  1. #node-form img.cropbox {
  2. display: none;
  3. }
  4. #node-form div.jcrop-holder img.cropbox {
  5. display: block;
  6. }
  7. .widget-edit {
  8. clear: both;
  9. }