83222 - offline:Mac - GUI - offline indicator hidden in message window, r=ben, sr=hyatt, a=dbaron

This commit is contained in:
hewitt%netscape.com 2001-08-31 00:12:56 +00:00
parent 45196eb8a9
commit 292c232309
17 changed files with 25 additions and 11 deletions

View File

@ -265,7 +265,6 @@
<hbox id="component-bar"/>
<statusbarpanel id="statusText" label="&statusText.label;" flex="1" crop="right"/>
<statusbarpanel class="statusbarpanel-icononly" id="offline-status"/>
<resizer class="window-diagonal" />
</statusbar>

View File

@ -8,7 +8,6 @@
<text id="txStatus" flex="1"/>
</statusbarpanel>
<progressmeter id="pmStatus" mode="normal" value="0" class="progressmeter-statusbar"/>
<resizer class="window-diagonal"/>
</statusbar>
</overlay>

View File

@ -283,6 +283,5 @@ Rights Reserved.
<hbox id="component-bar"/>
<statusbarpanel id="statusText" class="status-bar" flex="1" value="&statusText.label;"/>
<statusbarpanel id="offline-status" class="statusbarpanel-icononly"/>
<resizer class="window-diagonal"/>
</statusbar>
</window>

View File

@ -1358,7 +1358,6 @@ Rights Reserved.
<hbox insertafter="totalMessageCount">
<statusbarpanel checkfunc="MailCheckBeforeOfflineChange()" id="offline-status" class="statusbarpanel-icononly"/>
<statusbarpanel id="security-button" class="statusbarpanel-icononly"/>
<resizer class="window-diagonal"/>
</hbox>
</statusbar>

View File

@ -468,7 +468,6 @@
<progressmeter id="compose-progressmeter" class="progressmeter-statusbar"
mode="normal" value="0" statusbar="true"/>
<statusbarpanel checkfunc="MailCheckBeforeOfflineChange()" id="offline-status" class="statusbarpanel-icononly"/>
<resizer class="window-diagonal"/>
</statusbar>

View File

@ -29,7 +29,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#security-button {
margin-right: 14px;
list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
}

View File

@ -157,9 +157,7 @@ iframe {
#status-bar {
-moz-user-focus: ignore;
margin: 0px;
border-top: 1px solid #CED6DD;
padding: 0px;
min-width: 1px; /* DON'T DELETE!
Removes disappearance of scrollbars in content pane when window
is made smaller. Talk to evaughan@netscape.com for details. */

View File

@ -355,7 +355,6 @@ Contributor(s): ______________________________________. -->
<progressmeter class="progressmeter-statusbar" statusbar="true" id="statusbar-icon" mode="normal" value="0"/>
<statusbarpanel class="statusbarpanel-icononly" id="offline-status"/>
<statusbarpanel class="statusbarpanel-icononly" id="security-button"/>
<resizer class="window-diagonal"/>
</statusbar>
</window>

View File

@ -1,3 +1,5 @@
toolkit.jar:
content/global/platformGlobalOverlay.xul
content/global/platformDialogOverlay.xul
content/global/platformGlobalOverlay.xul
content/global/platformDialogOverlay.xul
content/global/platformXUL.css

View File

@ -0,0 +1,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
statusbar {
padding-right: 14px;
}

View File

@ -1,3 +1,4 @@
toolkit.jar:
content/global/platformGlobalOverlay.xul
content/global/platformDialogOverlay.xul
content/global/platformXUL.css

View File

@ -0,0 +1,4 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

View File

@ -3,3 +3,4 @@ toolkit.jar:
content/global/platformDialogOverlay.xul
content/global/printdialog.js
content/global/printdialog.xul
content/global/platformXUL.css

View File

@ -0,0 +1,4 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

View File

@ -1,3 +1,4 @@
toolkit.jar:
content/global/platformGlobalOverlay.xul
content/global/platformDialogOverlay.xul
content/global/platformXUL.css

View File

@ -0,0 +1,2 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

View File

@ -6,6 +6,8 @@
CHANGES REVIEWED BY hyatt@netscape.com.
**/
@import url("chrome://global/content/platformXUL.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
@namespace xbl url("http://www.mozilla.org/xbl"); /* namespace for XBL elements */