mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 13:42:48 +00:00
fix Bugzilla Bug 90741 Whack the rest of the <box> tags in the trunk [mailnews]
by andersma@luther.edu r=hwaara sr=sspitzer
This commit is contained in:
parent
8bba789e83
commit
d256e7ea96
mailnews
addrbook/resources/content
base
@ -35,7 +35,7 @@ Rights Reserved.
|
||||
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<hbox id="editcard"/>
|
||||
<vbox id="editcard"/>
|
||||
|
||||
<hbox id="okCancelButtons"/>
|
||||
|
||||
|
@ -39,7 +39,7 @@ Rights Reserved.
|
||||
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<hbox id="editlist"/>
|
||||
<vbox id="editlist"/>
|
||||
|
||||
<spring style="height:1em"/>
|
||||
|
||||
|
@ -58,7 +58,7 @@ Rights Reserved.
|
||||
|
||||
<spring style="height:1em"/>
|
||||
|
||||
<hbox id="editcard"/>
|
||||
<vbox id="editcard"/>
|
||||
|
||||
<hbox id="okCancelButtons"/>
|
||||
|
||||
|
@ -271,7 +271,7 @@ Rights Reserved.
|
||||
|
||||
<!-- card view -->
|
||||
<hbox id="CardViewOuterBox" flex="1">
|
||||
<hbox id="CardViewBox" style="height:170px; min-height:1px; min-width:1px"/>
|
||||
<vbox id="CardViewBox" style="height:170px; min-height:1px; min-width:1px"/>
|
||||
</hbox>
|
||||
|
||||
|
||||
|
@ -144,7 +144,7 @@ Rights Reserved.
|
||||
|
||||
|
||||
<hbox style="height:100px" flex="1">
|
||||
<hbox id="sidebar-box" persist="collapsed width"/>
|
||||
<vbox id="sidebar-box" persist="collapsed width"/>
|
||||
<splitter id="sidebar-splitter" state="collapsed"/>
|
||||
|
||||
<vbox flex="1">
|
||||
|
@ -159,7 +159,7 @@ Rights Reserved.
|
||||
<iframe name="accountCentralPane" flex="1" src="about:blank"/>
|
||||
</vbox>
|
||||
|
||||
<box orient="vertical" id="messagesBox" flex="1">
|
||||
<vbox id="messagesBox" flex="1">
|
||||
|
||||
<outliner id="threadOutliner" flex="2" persist="height" style="height:0px" context="threadPaneContext"/>
|
||||
|
||||
@ -175,7 +175,7 @@ Rights Reserved.
|
||||
|
||||
<browser id="messagepane" context="messagePaneContext" style="height: 0px" flex="1" name="messagepane" type="content-primary" src="about:blank"/>
|
||||
</vbox>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
</vbox>
|
||||
|
||||
|
@ -95,11 +95,11 @@ Rights Reserved.
|
||||
|
||||
<groupbox orient="horizontal" flex="1">
|
||||
<label value="&results.label;"/>
|
||||
<box orient="vertical" id="searchTermListBox" flex="1">
|
||||
<vbox id="searchTermListBox" flex="1">
|
||||
<outliner id="threadOutliner" flex="1" context="threadPaneContext"/>
|
||||
<statusbar id="status-bar" class="chromeclass-status"/>
|
||||
|
||||
</box>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<spring flex="1" />
|
||||
<button label="&openButton.label;" id="openButton" command="cmd_open" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user