You are here

commerce_price_table.admin.css in Commerce Price Table 8

Admin styling.

File

css/commerce_price_table.admin.css
View source
  1. /**
  2. * @file
  3. * Admin styling.
  4. */
  5. .form-type-commerce-price-table {
  6. /*display: inline;*/
  7. float: left;
  8. }
  9. .clear-commerce-price-table {
  10. clear: both;
  11. }