Closed (won't fix)
Project:
Omega Kickstart
Version:
7.x-3.0
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2013 at 20:07 UTC
Updated:
13 Feb 2013 at 15:02 UTC
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
Comment #1
cookiz commentedCan 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..
Comment #2
cookiz commented