Fix alignment and appearance of boxes in review requests.

Review Request #4364 — Created July 29, 2013 and submitted

Information

Review Board
master

Reviewers

Fix alignment and appearance of boxes in review requests.

We have a bunch of stacked boxes in our review request and diffviewer pages.
When we introduced the new look for diffs, it became apparent to me that we had
some alignment and bleeding issues in these pages:
- Diff boxes were 2px less wide than anything else.
- Diff boxes didn't have a shadow.
- The collapse buttons for reviews and change descriptions weren't vertically
  centered.
- Change descriptions have a kind of wacky structure where there are two
  different elements with the "changedesc" class. This meant that we had some
  bleeding of the background color outside of the border (which I only
  noticed when zoomed way in).

 

Description From Last Updated

I prefer the old padding. This is too cramped.

chipx86chipx86

Sprinkling 2px everywhere seems like an easy way to unintentionally make things more inconsistent in time. I don't think the …

chipx86chipx86
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      Ignored Files:
        reviewboard/static/rb/css/reviews.less
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      Ignored Files:
        reviewboard/static/rb/css/reviews.less
    
    
  2. 
      
chipx86
  1. 
      
  2. Show all issues
    I prefer the old padding. This is too cramped.
  3. reviewboard/static/rb/css/reviews.less (Diff revision 1)
     
     
    Show all issues
    Sprinkling 2px everywhere seems like an easy way to unintentionally make things more inconsistent in time.
    
    I don't think the solution is to add 2px to everything else. I think the diff boxes should be made the correct width. Really, when I was wrapping up the new diff border, I just simply didn't finish polishing it, which is the reason it didn't have the shadow and correct width.
  4. 
      
david
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      Ignored Files:
        reviewboard/static/rb/css/reviews.less
        reviewboard/static/rb/css/diffviewer.less
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      Ignored Files:
        reviewboard/static/rb/css/reviews.less
        reviewboard/static/rb/css/diffviewer.less
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (4800605).
Loading...