image.theme-rtl.css

/**
 * Image upload widget.
 */
.image-preview {
  float: right;
  padding: 0 0 10px 10px;
}
.image-widget-data {
  float: right;
}

File

drupal/core/modules/image/image.theme-rtl.css
View source
  1. /**
  2. * Image upload widget.
  3. */
  4. .image-preview {
  5. float: right;
  6. padding: 0 0 10px 10px;
  7. }
  8. .image-widget-data {
  9. float: right;
  10. }