From 4ddbab89cf5e9c0a525bf6059ca5d00746055427 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 18 Feb 1999 03:52:40 +0000 Subject: [PATCH] Rebuild our 3-pane UI using iframes..the old code was using HTML frames which caused only one nsIWebShell for the whole mail frame.... --- .../ui/messenger/resources/mailshell.html | 86 +++++++++++++++++-- mailnews/ui/messenger/resources/msgbar.xml | 2 +- 2 files changed, 82 insertions(+), 6 deletions(-) diff --git a/mailnews/ui/messenger/resources/mailshell.html b/mailnews/ui/messenger/resources/mailshell.html index 89a76b350c61..551ac78fb20d 100644 --- a/mailnews/ui/messenger/resources/mailshell.html +++ b/mailnews/ui/messenger/resources/mailshell.html @@ -1,7 +1,6 @@ - -Mozilla Browser +Mozilla Mail Client @@ -19,13 +18,90 @@ BODY,TD,INPUT { BODY { margin: 0px 0px 0px 0px; } + + #toolbar { + position: fixed; + width: 100%; + height: 80px; + top: 0; + right: 0; + bottom: auto; + left: 0; + background-color: #cccccc; + } + #folder { + position: fixed; + width: 10em; + height: auto; + top: 80px; + right: auto; + bottom: 34px; + left: 0; + font-style: italic; + background-color: #ffffff; + } + #message { + position: fixed; + width: auto; + height: auto; + top: 200px; + right: 0; + bottom: 34px; + left: 10em; + overflow: auto; + padding: 2px .5em; + border: solid 1px black; + background-color: #ffffff; + } + #thread { + position: fixed; + width: auto; + height: 120px; + top: 80px; + right: 0; + bottom: auto; + left: 10em; + overflow: auto; + padding: 2px .5em; + border: solid 1px white + background-color: #cccccc; + } + #footer { + position: fixed; + width: 100%; + height: 34px; + top: auto; + right: 0; + bottom: 0; + left: 0; + text-align: center; + margin-top: auto; + background-color: #cccccc; + } - + - + + +
+ +
+ +
+ +
+ + + diff --git a/mailnews/ui/messenger/resources/msgbar.xml b/mailnews/ui/messenger/resources/msgbar.xml index 0da81f3e5166..dc1ce3674ad6 100644 --- a/mailnews/ui/messenger/resources/msgbar.xml +++ b/mailnews/ui/messenger/resources/msgbar.xml @@ -44,7 +44,7 @@ function OpenURL(url) - +