Bug 884415

Summary: [US2913][fork]The input boxes in sign in page are not aligned with the "Forgot your password" link when users try to sign in with invalid username or password.
Product: OKD Reporter: Mengjiao Gao <mgao>
Component: WebsiteAssignee: Steve Goodwin <sgoodwin>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: ccoleman, dmcphers, ffranz, szhou, yujzhang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-13 23:40:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
the input boxes displayed not aligned with the link any more. none

Description Mengjiao Gao 2012-12-06 07:45:44 UTC
Created attachment 658577 [details]
the input boxes displayed not aligned with the link any more.

Description of problem:

The input boxes in sign in page are not aligned with the "Forgot your password" link when users try to sign in with invalid username or password, as the attachment shown.

Version-Release number of selected component (if applicable):
fork_ami_US2913_328


How reproducible:
always

Steps to Reproduce:
1.Go to sign in page
2.Input an invalid username or invalid password.
3.Click "Sign in" button.
  
Actual results:
At step 1, the input boxes displayed aligned with the "Forgot your password" link.
At step 3, the input boxes displayed not aligned with the link any more.

Expected results:
At step 3, the input boxes should be still aligned with the "Forgot your password" link .

Additional info:

Comment 1 Clayton Coleman 2012-12-18 15:40:09 UTC
Ugly.

Comment 2 Steve Goodwin 2013-01-09 14:30:39 UTC
Fix committed awhile back.

Comment 3 Mengjiao Gao 2013-01-10 03:34:20 UTC
Verified this issue on devenv_2656, when I input an invalid username and password, the input boxes would aligned with the "Forgot your password" link now. Thanks!