You are on page 1of 2

This is exclusing content

I am not sure how it will help other folks


But this should help someone.
What are they?
Configuration Flows are used to walk buyers through the configuration process. C
onfiguration flows help arrange and organize configurable attributes to make con
figuration user-friendly. For products with large sets of configurable attribute
s, flows can be used to group different attributes and display them on separate
tabs. Configuration flows can also be set up to direct users to different pages
or flows based on their input selections.
Big Machines
body {
margin:0 auto;
background: #FFFFFF;
}
body.admin-home-page{
background: #ffffff;
}
body.model-config {
background: #FFFFFF;
}
body, td, p {
text-decoration: none;
color: #364659; /* Primary Text Color */
font-family : Helvetica,Arial,Sans-Serif; /* Primary Font */
font-size: 8pt;
}
a {
text-decoration: none;
}
div.main-pane{
background-color: #FFFFFF;
}
.clearfix {
*zoom:1; /* IE<8 */
}
.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.help-icon {
display: inline-block;
width: 14px;

height: 14px;
padding-right: 4px;
background: url(/img/bmx/icons/help.gif) no-repeat;
}
.help-popup,
.pricebook-constraint {
position: absolute;
padding: 8px;
background-color: #C3DDE3; /* Accent Color */
border: 1px solid #4B626C; /* Tertiary Color */
border-radius: 4px;
float: left;
max-width: 300px;
max-height: 200px;

You might also like