2808c41b6c
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2355 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
41 lines
681 B
CSS
41 lines
681 B
CSS
|
|
/* Styles specific to the Discover page. */
|
|
|
|
#wizardPane H3 {
|
|
margin-top: 20px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
P#wizardDone {font-weight : bold; }
|
|
|
|
.WizardProgressTable {
|
|
margin: 10px 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
.WizardProgressTable UL { list-style-type: none; }
|
|
|
|
.WizardProgressTable LI {
|
|
/* list-style-image: url('../images/checked-box.gif'); */
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.WizardProgressTable IMG { margin-right: 1em; }
|
|
|
|
.WizardListTable {
|
|
margin: 10px 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
.WizardListTable LI {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
/* this did not work in IE...
|
|
.DivTable {
|
|
display: table;
|
|
text-align: left;
|
|
}
|
|
*/ |