field_ui-rtl.css

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

File

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