field_ui.admin-rtl.css

Right-to-left specific stylesheet for the Field UI module.

File

drupal/core/modules/field_ui/field_ui.admin-rtl.css
View source
  1. /**
  2. * @file
  3. * Right-to-left specific stylesheet for the Field UI module.
  4. */
  5. /* 'Manage fields' overview */
  6. .field-ui-overview .add-new .label-input {
  7. float: right;
  8. }