Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wizard LnF

From Catglobe Wiki
Revision as of 08:19, 24 December 2008 by Catglobe (talk | contribs)

Wizard LnF

To make wizards look good and be easy to understand across different modules we need to decide on a generic style. This style is specified below with examples.

The name of the dialog should be the general name of the wizard. After the 'Step n of n' text should be the name of the specific step.

The styles should be available for the generic style sheet. These should be set to:

- Top background color: F2F2F2

- 'Step n of n:...' text color: FF8A00

- Middle background: E5E9ED

- Bottom background: D2DEE9

- Line color: 77A2C4

- Please use top, bottom, left, right margin for all content in Top, Middle and Bottom section: 15px

- Try to make the same with layout from designer as much as you can ( if any): distance between elements, width and height of the same controls, font size, color,.. and use CSS for all things.

- If we don't have Top section, please remove them from layout.

- Error message will be above the Middle section and below the Top section, but better is using pop up for Error.

- If you have grid control in the Middle content, please use white background for it, not use the same color with Middle background.

- If you have texts for explaining the control please use color: 999999 and put it below the control (You can see it in the second image below).

- Align Cancel button to the left and right for others.