Improve the styling of the repository confirmation banners.

Review Request #3647 — Created Dec. 10, 2012 and submitted

Information

Review Board
release-1.7.x

Reviewers

Improve the styling of the repository confirmation banners.

The repository confirmation banners (cert/SSH key confirmations), plus
the public SSH key display, were ugly in the new UI. They appeared as
rounded things just kind of stuck there in the form.

This change blends them in much nicer, making them actually feel like
part of the form.

While I was at it, I also improved the SSH key display by adding the key
type at the beginning (which services like GitHub require).
Checked each banner type. They all looked fine.

Description From Last Updated

It seems like there's a lot of extra padding on the bottom...

daviddavid
david
  1. 
      
  2. Show all issues
    It seems like there's a lot of extra padding on the bottom...
    1. This is using a textarea for display, so you can do things like right-click and choose "Select All" without it interfering with the page. Same pattern used in the SSH Key settings page and on RBC.
      
      I can look into whether we can use autoSizeTextArea on this.
    2. Okay, so basically, for a few reasons, that doesn't work well. Mainly, it's one long string, and nothing handles that well except a textarea.
      
      I think we're going to have to live with this for now. We can make it smaller, but then it may scroll. This number seems to be a good compromise for different widths and public key lengths.
  3. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.7.x (4ede95a)
Loading...