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
Comment #1
kruser commentedI 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.
Comment #2
cvangysel commentedThanks, I fixed this in the current dev build.