this makes it so the create profile wizard uses the generic wizard js (mozilla/xpfe/global/resources/content/wizard*, mozilla/xpfe/global/resources/content/widgetStateManager.js) git-svn-id: svn://10.0.0.236/trunk@55404 18797224-902f-48f8-a5cc-f745e15eee43
48 lines
1001 B
CSS
48 lines
1001 B
CSS
box.picker {
|
|
margin-left : 10px;
|
|
margin-top : 10px;
|
|
margin-bottom : 5px;
|
|
margin-right : 20px;
|
|
}
|
|
|
|
div.dirLabel {
|
|
margin-left : 15px;
|
|
margin-top : -10px;
|
|
font-weight : bold;
|
|
}
|
|
|
|
div#finishtext {
|
|
margin-top : -20px;
|
|
}
|
|
|
|
div#folderintro {
|
|
height : 30px;
|
|
}
|
|
|
|
titledbutton#ProfileDir {
|
|
border : none;
|
|
color : black;
|
|
font-weight : bold;
|
|
padding : none;
|
|
margin : none;
|
|
text-decoration : none;
|
|
}
|
|
|
|
box#folderbuttons {
|
|
margin-top : 0px;
|
|
margin-bottom : -10px;
|
|
margin-right : 7px;
|
|
}
|
|
|
|
box#folderbuttons titledbutton {
|
|
width : 90px;
|
|
}
|
|
|
|
box#dirbox {
|
|
height : 50px;
|
|
}
|
|
|
|
span#deffoldername {
|
|
margin-left : 2px;
|
|
}
|