the "Confirm Migration" dialog and the "Converting..." dialog have no skin when you use mozilla, since profile.css for the classic skin have bit rotted.

the fix is to copy over the profile.css from the modern skin.
bug #56274 r=hewitt, a=ben
This commit is contained in:
sspitzer%netscape.com 2000-10-14 01:00:49 +00:00
Родитель 5040e27521
Коммит d1f12ec2e5
1 изменённых файлов: 44 добавлений и 4 удалений

Просмотреть файл

@ -20,10 +20,50 @@
*
* Contributors:
* Ben Goodger <ben@netscape.com>
* Chris Nelson <chrisn@statecollege.com>
*
*/
#contentarea
{
padding : 7px 5px 7px 5px;
}
@import url(chrome://global/skin/global.css);
window.dialog {
padding: none;
}
.dimmed-highcontrast {
color: #99cccc ! important;
}
#profiles > treechildren > treeitem > treerow > treecell > .tree-cell-icon {
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
}
#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"] > .tree-cell-icon {
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
/* profile selection dialog */
html#intro {
width: 17em;
}
box#managebuttons > button {
min-width: 8em;
}
/* display area */
box#contentarea {
border-top: 2px groove #CCCCCC;
border-bottom: 2px groove #CCCCCC;
padding: 7px;
}
/* top border on status area */
box#wizardButtons {
padding-top: 1px;
padding-bottom: 1px;
}
box.selection {
margin-top: 4px;
}