Add new stylesheets for base page and form rules.
Review Request #5864 — Created May 22, 2014 and submitted
The base rules that comprise every page (standard tag styling, header
bar, branding area, etc.) are now split out from common.less into
pages/base.less.A ui/forms.less has been started with some of the standard form styling.
While tearing parts out of common.less, I found two rules,
.new-review-request
and#searchbar
, which were no longer used. The
former was orphaned when RB 2.0's New Review Request page was written,
and the latter was orphaned with the UI rewrite for RB 1.7.
Tested some pages.
Built an egg.
- Change Summary:
-
Moved some more form and base rules from common.less.
- Commit:
-
d15186f38d5c7df5a5b8a12d631371f031eadec8295018b342851ca9046743e3d4eaae70c6c34417
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/staticbundles.py Ignored Files: reviewboard/static/rb/css/pages/base.less reviewboard/static/rb/css/common.less reviewboard/static/rb/css/ui/forms.less