зеркало из https://github.com/mozilla/gecko-dev.git
46613...
This commit is contained in:
Родитель
7e54962a72
Коммит
cfe93dcff4
|
@ -33,7 +33,7 @@ var set = null;
|
|||
function CreateProfileWizard()
|
||||
{
|
||||
// Need to call CreateNewProfile xuls
|
||||
window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'chrome,modal=yes');
|
||||
window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'chrome,modal=yes,titlebar=yes');
|
||||
}
|
||||
|
||||
// update the display to show the additional profile
|
||||
|
@ -135,7 +135,7 @@ function ConfirmDelete()
|
|||
return;
|
||||
}
|
||||
|
||||
var win = window.openDialog('chrome://communicator/content/profile/deleteProfile.xul', 'Deleter', 'chrome,modal=yes');
|
||||
var win = window.openDialog('chrome://communicator/content/profile/deleteProfile.xul', 'Deleter', 'chrome,modal=yes,titlebar=yes');
|
||||
return win;
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<window
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="color-dialog profile"
|
||||
class="color-dialog non-resizable"
|
||||
title="&windowtitle.label;"
|
||||
orient="vertical"
|
||||
style="width: 42em;"
|
||||
|
|
|
@ -4,10 +4,6 @@
|
|||
{
|
||||
background-color : #DDDDDD;
|
||||
color : #000000;
|
||||
border-left : 1px solid #FFFFFF;
|
||||
border-top : 1px solid #FFFFFF;
|
||||
border-right : 1px solid #DDDDDD;
|
||||
border-bottom : 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
.color-window
|
||||
|
|
|
@ -72,6 +72,19 @@
|
|||
border-bottom : 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
window.non-resizable-dialog
|
||||
{
|
||||
border-left : 1px solid #FFFFFF;
|
||||
border-top : 1px solid #FFFFFF;
|
||||
border-right : 1px solid #DDDDDD;
|
||||
border-bottom : 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
window.non-resizable-dialog.modal
|
||||
{
|
||||
border : none;
|
||||
}
|
||||
|
||||
/**
|
||||
* XUL <box> debugging
|
||||
**/
|
||||
|
|
Загрузка…
Ссылка в новой задаче