I cannot find an example of a customised CreateUserWizard.css file. The asp.net site's example is incomplete:
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the CreateUserWizard control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-CreateUserWizard
{
}
All my controls are lumped together a mess. and I have no idea what css I need to provide to get the controls aligned correctly. Has anyone customised this file yet?
peter.haude
0 Points
2 Posts
CreateUserWizard friendly css example on asp.net site is incomplete
May 22, 2007 11:18 AM|LINK
I cannot find an example of a customised CreateUserWizard.css file. The asp.net site's example is incomplete:
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the CreateUserWizard control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-CreateUserWizard
{}
All my controls are lumped together a mess. and I have no idea what css I need to provide to get the controls aligned correctly. Has anyone customised this file yet?
peter.haude
0 Points
2 Posts
Re: CreateUserWizard friendly css example on asp.net site is incomplete
May 31, 2007 12:10 PM|LINK
I found the example under 'App_Themes > Basic' folder: CreateUserWizardExample.css.
This is when you click the 'View Source Code' button on the left of the example page.