Bug 220891 Create Profile Wizard overhaul

patch by borggraefe@despammed.com r=neil sr=roc
This commit is contained in:
timeless%mozdev.org 2007-09-06 22:03:16 +00:00
Родитель 26575b4701
Коммит 54e27aec59
6 изменённых файлов: 8 добавлений и 9 удалений

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

@ -32,10 +32,6 @@ window.dialog {
padding: 0;
}
.dimmed-highcontrast {
color: #99cccc ! important;
}
#profiles > listitem {
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
}
@ -69,3 +65,7 @@ box#wizardButtons {
box.selection {
margin-top: 4px;
}
description.error {
color: #FF0000;
}

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

@ -34,7 +34,6 @@ classic.jar:
skin/classic/communicator/directory/folder-open.gif (communicator/directory/folder-open.gif)
skin/classic/communicator/directory/file.gif (communicator/directory/file.gif)
skin/classic/communicator/profile/migrate.gif (communicator/profile/migrate.gif)
skin/classic/communicator/profile/newProfile1_2.css (communicator/profile/newProfile1_2.css)
skin/classic/communicator/profile/profile.css (communicator/profile/profile.css)
skin/classic/communicator/profile/profileManager.css (communicator/profile/profileManager.css)
skin/classic/communicator/profile/profileicon-large.gif (communicator/profile/profileicon-large.gif)

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

@ -26,7 +26,6 @@
======================================================================= */
@import url("chrome://messenger/skin/");
@import url("chrome://global/skin/wizardOverlay.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -70,3 +70,7 @@ box.selection {
#finishtext {
margin-top: -20px;
}
description.error {
color: #FF0000;
}

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

@ -46,7 +46,6 @@ modern.jar:
skin/modern/communicator/icons/search.gif (communicator/icons/search.gif)
skin/modern/communicator/profile/migrate.gif (communicator/profile/migrate.gif)
skin/modern/communicator/profile/profile.gif (communicator/profile/profile.gif)
skin/modern/communicator/profile/newProfile1_2.css (communicator/profile/newProfile1_2.css)
skin/modern/communicator/profile/profile.css (communicator/profile/profile.css)
skin/modern/communicator/related/sitemap.gif (communicator/related/sitemap.gif)
skin/modern/communicator/related/related.css (communicator/related/related.css)
@ -147,7 +146,6 @@ modern.jar:
skin/modern/global/toolbarbutton.css (global/toolbarbutton.css)
skin/modern/global/tree.css (global/tree.css)
skin/modern/global/wizard.css (global/wizard.css)
skin/modern/global/wizardOverlay.css (global/wizardOverlay.css)
skin/modern/global/autocomplete.css (global/autocomplete.css)
skin/modern/global/global.css (global/global.css)
skin/modern/global/popup.css (global/popup.css)

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

@ -40,7 +40,6 @@
======================================================================= */
@import url("chrome://messenger/skin/");
@import url("chrome://global/skin/wizardOverlay.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");