зеркало из https://github.com/mozilla/pjs.git
83222 - offline:Mac - GUI - offline indicator hidden in message window, r=ben, sr=hyatt, a=dbaron
This commit is contained in:
Родитель
5832324306
Коммит
5f9faa9024
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
statusbar {
|
||||
padding-right: 14px;
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
toolkit.jar:
|
||||
content/global/platformGlobalOverlay.xul
|
||||
content/global/platformDialogOverlay.xul
|
||||
content/global/platformXUL.css
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
|
|
@ -3,3 +3,4 @@ toolkit.jar:
|
|||
content/global/platformDialogOverlay.xul
|
||||
content/global/printdialog.js
|
||||
content/global/printdialog.xul
|
||||
content/global/platformXUL.css
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
toolkit.jar:
|
||||
content/global/platformGlobalOverlay.xul
|
||||
content/global/platformDialogOverlay.xul
|
||||
content/global/platformXUL.css
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче