• 
      

    Move the common inline editor CSS rules into common.less.

    Review Request #6174 — Created July 31, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    2e6e8fa...

    Reviewers

    The inline editor CSS rules were in reviews.less, which wasn't very
    useful to pages other than the review pages. The new inlineEditor usage
    in the My Account page didn't have the proper styling because of this.

    This change moves those rules into common.less. It also changes the
    button input margins to be on the left instead of the right, and to
    remove the left margin of the first input. (It's easier to remove
    leading spacing on the first element than the last, since :first-child
    is better supported.)

    The styles specific to editors on the Review Request box have also
    been moved into the .review-request, in order to prevent them from
    affecting other editors unintentionally.

    Saw the proper styling on all editors on the Review Request pages and
    also on the My Account page.