image.theme.css

/**
 * Image upload widget.
 */
.image-preview {
  float: left; /* LTR */
  padding: 0 10px 10px 0; /* LTR */
}
.image-widget-data {
  float: left; /* LTR */
}
.image-widget-data .text-field {
  width: auto;
}

File

drupal/core/modules/image/image.theme.css
View source
  1. /**
  2. * Image upload widget.
  3. */
  4. .image-preview {
  5. float: left; /* LTR */
  6. padding: 0 10px 10px 0; /* LTR */
  7. }
  8. .image-widget-data {
  9. float: left; /* LTR */
  10. }
  11. .image-widget-data .text-field {
  12. width: auto;
  13. }