ed81926 Improve layout of Bugzilla credentials page

1 file Authored by adamwill 4 years ago, Committed by adamwill 4 years ago,
    Improve layout of Bugzilla credentials page
    
    The page that shows to request your Bugzilla credentials had a
    pretty funky layout. As the container is only 4 columns wide,
    on my screen at least, the text boxes actually overflowed the
    edges of the container.
    
    In the old UI, the credentials box was centered and had no
    overflow problems. This recreates that as best I can, by giving
    the title and the box their own rows which use automatic sizing,
    and centering the credentials box row. In the old UI the footer
    text was as wide as the credentials box and also centered, but
    that looks kinda funky to me, so I gave it its own row with fixed
    12-column width so it wraps across the full page width.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>