mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
More updates for getting the 3-pane looking correctly...
This commit is contained in:
parent
d9e844d9df
commit
720eb2c647
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user