You are here

field_example.css in Examples for Developers 7

CSS for Field Example.

File

field_example/field_example.css
View source
  1. /**
  2. * @file
  3. * CSS for Field Example.
  4. */
  5. div.form-item table .form-type-textfield,
  6. div.form-item table .form-type-textfield * {
  7. display: inline-block;
  8. }