More updates for getting the 3-pane looking correctly...

This commit is contained in:
mscott%netscape.com 1999-02-19 02:43:11 +00:00
parent d9e844d9df
commit 720eb2c647
2 changed files with 7 additions and 5 deletions

View File

@ -31,10 +31,10 @@ BODY {
}
#folder {
position: fixed;
width: 10em;
width: 15em;
height: auto;
top: 80px;
right: auto;
right: 15em;
bottom: 34px;
left: 0;
font-style: italic;
@ -47,7 +47,7 @@ BODY {
top: 200px;
right: 0;
bottom: 34px;
left: 10em;
left: 15em;
overflow: auto;
padding: 2px .5em;
border: solid 1px black;
@ -60,7 +60,7 @@ BODY {
top: 80px;
right: 0;
bottom: auto;
left: 10em;
left: 15em;
overflow: auto;
padding: 2px .5em;
border: solid 1px white

View File

@ -11,12 +11,14 @@
<xul:treehead>
<xul:treeitem>
<xul:treecell>Name</xul:treecell>
<xul:treecell>Unread</xul:treecell>
<xul:treecell>Total</xul:treecell>
</xul:treeitem>
</xul:treehead>
<xul:treebody>
<xul:treeitem xul:id="mailbox:MSGFolderRoot">
<xul:treecell>Local Folders</xul:treecell>
<xul:treecell><xul:treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Local Mail</xul:treecell>
<xul:treecell></xul:treecell>
<xul:treecell></xul:treecell>
</xul:treeitem>