gecko-dev/mailnews/base/resources/content/messagePane.xul

25 строки
633 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<!DOCTYPE window>
<window
xmlns:html="http://www.w3.org/TR/REC-html40"
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>
<box align="vertical" style="width: 100%; height: 100%">
<box align="horizontal" flex="100%">
<html:iframe name="browser.webwindow" width="100%" height="325px" flex="100%"> </html:iframe>
</box>
</box>
</window>