You are here

price.admin.css in Price 2.x

Admin styling.

File

css/price.admin.css
View source
  1. /**
  2. * @file
  3. * Admin styling.
  4. */
  5. .form-type-price .form-type-number,
  6. .form-type-price .form-type-select {
  7. display: inline;
  8. }
  9. .form-type-price .form-type-select select {
  10. padding-bottom: 0.4em;
  11. }