gecko-dev/mailnews/base/resources/content/messagePane.xul
timeless%mac.com 1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00

24 lines
547 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
<!DOCTYPE window>
<window
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:style>
window {
overflow: auto;
}
</html:style>
<vbox style="width: 100%; height: 100%">
<hbox flex="100%">
<html:iframe name="browser.webwindow" width="100%" height="325px" flex="100%"> </html:iframe>
</hbox>
</vbox>
</window>