• 
      

    Make the login box prettier

    Review Request #996 — Created Aug. 25, 2009 and submitted

    Information

    Review Board
    master

    Reviewers

    Make the login box prettier
    
    One of the areas we've long ignored is our login and settings pages. This change
    is the first small step towards a revamp. This isn't super pretty yet because I
    suck at making web pages pretty right now, but it's an improvement in the
    design.
    
     

    Screenshots

    chipx86
    1. 
        
    2. This shouldn't be here. <table> is a block element, so it wouldn't belong in a <p>, and it's not closed anyway. If you need vertical spacing, you should use CSS.
    3. Template tags should be indented to line 0, with whitespace inside of it for the indentation of the commands.
    4. reviewboard/templates/accounts/login.html (Diff revision 1)
       
       
       
       
       
       
       
       
      Can you align the <td> elements with the other <td>s in the table?
    5. Should use {% url register %} instead of saving and using the variable.
    6. reviewboard/templates/accounts/login.html (Diff revision 1)
       
       
       
      Should just go on the same line.
    7. 
        
    david
    david
    Review request changed
    chipx86
    1. Looks goof.
    2.