46613, Classic skin polish (Mac profile manager)

This commit is contained in:
ben%netscape.com 2000-08-31 05:27:49 +00:00
Родитель 6a71119f86
Коммит 7348a6b798
2 изменённых файлов: 7 добавлений и 9 удалений

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

@ -44,14 +44,12 @@
class="color-dialog profile" class="color-dialog profile"
title="&windowtitle.label;" title="&windowtitle.label;"
orient="vertical" orient="vertical"
style="width: 475px; height: 335px; user-focus: ignore" style="width: 42em;"
onclose="onExit();" onclose="onExit();"
onload="StartUp();"> onload="StartUp();">
<!-- note: wtf is with the 'onclose' above. Is that a real, actual, valid event?! --> <script language="javascript" src="chrome://global/content/strres.js"></script>
<script language="javascript" src="chrome://global/content/nsJSComponentManager.js"></script>
<script language="javascript" src="chrome://global/content/strres.js"></script>
<script language="javascript" src="chrome://global/content/nsJSComponentManager.js"></script>
<script language="javascript" src="chrome://communicator/content/profile/profileSelection.js"></script> <script language="javascript" src="chrome://communicator/content/profile/profileSelection.js"></script>
<script language="javascript" src="chrome://communicator/content/profile/profileManager.js"></script> <script language="javascript" src="chrome://communicator/content/profile/profileManager.js"></script>
@ -65,9 +63,9 @@
<!-- instructions --> <!-- instructions -->
<deck id="prattle"> <deck id="prattle">
<html id="intro" flex="1">&introgeneral.label;</html> <html id="intro" style="width: 17em;" flex="1">&introgeneral.label;</html>
<box orient="vertical" id="manager"> <box orient="vertical" id="manager">
<html class="label" style="width: 200px;">&pmTextA.label;</html> <html style="width: 17em;" class="label">&pmTextA.label;</html>
<spring flex="1"/> <spring flex="1"/>
<box> <box>
<box orient="vertical" flex="1" id="managebuttons"> <box orient="vertical" flex="1" id="managebuttons">
@ -113,6 +111,6 @@
<separator class="thin" /> <separator class="thin" />
<box class="box-status" value="&profilemanager.label;" progress=""/> <box id="profileManager-status" class="box-status" value="&profilemanager.label;" progress=""/>
</window> </window>

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

@ -7,7 +7,7 @@
<binding id="smallheader"> <binding id="smallheader">
<content> <content>
<xul:box class="toolbar-primary" autostretch="never" flex="1"> <xul:box class="box-smallheader-box toolbar-primary" autostretch="never" flex="1">
<xul:text class="box-smallheader-left" inherits="title:value"/> <xul:text class="box-smallheader-left" inherits="title:value"/>
<xul:spring flex="1"/> <xul:spring flex="1"/>
<xul:text class="box-smallheader-right" inherits="description:value"/> <xul:text class="box-smallheader-right" inherits="description:value"/>