Seditio Source
Root
|
.
/
othercms
/
drupal-7.90
/
modules
/
image
/
image.css
/**
* Image upload widget.
*/
div.image-preview {
float: left; /* LTR */
padding: 0 10px 10px 0; /* LTR */
}
div.image-widget-data {
float: left; /* LTR */
}
div.image-widget-data input.text-field {
width: auto;
}