I noticed that the login form style is different between site.com/user and site.com/checkout/x/user...
After digging, I found that the login form styling is only applied to elements under the body class ".page-user" in omega_kickstart/css/global.css
I remove all 110 occurrences of ".page-user" in that css file and regenerated the cache. Everything works perfectly now, even on the checkout registration page.
Not sure if this is the right way to do it, but it worked for me.
Anyone have any input?

Comments

cookiz’s picture

Can you provide screenshots of what you were seeing before removing the 110 occurrences ?
Because I can assure you the login form should look the same with the body class for both page user and page checkout..

cookiz’s picture

Status: Active » Closed (won't fix)