Please can the .row CSS selector be made specific to only commerce reports pages? For sites that use common grid layouts, having a really generic .row CSS class means themers need to override the styles commerce_reports uses for its own stylesheet to avoid having their overall layouts interfered with.

One or two general page or container classes around it should help.

Thanks

Comments

kruser’s picture

I second this. The bootstrap theme (http://drupal.org/project/bootstrap) and bootstrap library rely on .row for layout and responsive behavior. Changing .row in commerce_reports.css to something like "body.page-admin-commerce-reports .row" would be a big help.

cvangysel’s picture

Status: Active » Fixed

Thanks, I fixed this in the current dev build.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 9091a0c on 7.x-3.x, 7.x-4.x, 2023381-commerce-coupon by cvangysel:
    Issue #1802986: greater specificity for CSS selectors