cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/widget/Wizard/Wizard.css
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

22 lines
319 B
CSS

.dojoxWizard {
position:relative;
}
.dojoxWizardButtons {
position:absolute;
bottom:5px;
right:5px;
}
.tundra .dojoxWizard {
background: #eeeeee;
border: #b7b7b7 1px solid;
padding: 2px;
-moz-border-radius:3pt;
-webkit-border-radius:4pt;
}
.soria .dojoxWizard {
border:1px solid #b7b7b7;
padding:2px;
}