You are here

commerce_checkout.admin.css in Commerce Core 7

Administration styles for the Commerce Checkout module.

Optimized for the Seven administration theme.

File

modules/checkout/theme/commerce_checkout.admin.css
View source
  1. /**
  2. * @file
  3. * Administration styles for the Commerce Checkout module.
  4. *
  5. * Optimized for the Seven administration theme.
  6. */
  7. #panes td.page {
  8. font-weight: bold;
  9. }
  10. #panes tr.page-header {
  11. vertical-align: bottom;
  12. font-weight: bold;
  13. background-color: #FFF;
  14. }
  15. #panes tr.page-message {
  16. font-weight: normal;
  17. font-style: italic;
  18. color: #999;
  19. }
  20. #panes tr.page-populated {
  21. display: none;
  22. }