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.cssView source
-
- /**
- * @file
- * Administration styles for the Commerce Checkout module.
- *
- * Optimized for the Seven administration theme.
- */
-
- #panes td.page {
- font-weight: bold;
- }
-
- #panes tr.page-header {
- vertical-align: bottom;
- font-weight: bold;
- background-color: #FFF;
- }
-
- #panes tr.page-message {
- font-weight: normal;
- font-style: italic;
- color: #999;
- }
-
- #panes tr.page-populated {
- display: none;
- }