From 159df4f785026eb5edf10fa9655620c89f725c53 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Mon, 5 Apr 1999 16:53:50 +0000 Subject: [PATCH] remove the april fools easter egg add titles to messenger and the message compose add image sizes to the messenger toolbar --- mailnews/ui/compose/resources/msgcompose.xul | 2 +- mailnews/ui/compose/resources/msgcomposebody.html | 8 ++------ mailnews/ui/messenger/resources/folderPane.css | 4 ++-- mailnews/ui/messenger/resources/mailshell.xul | 15 ++++++++------- mailnews/ui/messenger/resources/messagePane.xul | 2 +- mailnews/ui/messenger/resources/threadPane.css | 4 ++-- 6 files changed, 16 insertions(+), 19 deletions(-) diff --git a/mailnews/ui/compose/resources/msgcompose.xul b/mailnews/ui/compose/resources/msgcompose.xul index b3ff8d477e1b..978cfd551213 100644 --- a/mailnews/ui/compose/resources/msgcompose.xul +++ b/mailnews/ui/compose/resources/msgcompose.xul @@ -5,7 +5,7 @@ style="width:100%;height:100%"> diff --git a/mailnews/ui/compose/resources/msgcomposebody.html b/mailnews/ui/compose/resources/msgcomposebody.html index fc4acb931513..ca6b06b38808 100644 --- a/mailnews/ui/compose/resources/msgcomposebody.html +++ b/mailnews/ui/compose/resources/msgcomposebody.html @@ -1,13 +1,9 @@ -Message Composition - - - ---
-This message was sent by Messenger 5.0
+
+--This message was sent by Messenger 5.0 diff --git a/mailnews/ui/messenger/resources/folderPane.css b/mailnews/ui/messenger/resources/folderPane.css index 6725ec842d45..86b10b197370 100644 --- a/mailnews/ui/messenger/resources/folderPane.css +++ b/mailnews/ui/messenger/resources/folderPane.css @@ -1,11 +1,11 @@ window { display: block; background-color:white; - background-image: url(http://www-ksl.stanford.edu/logo.csd.gif); } tree { display: table; + background-color:white; border: none; border-spacing: 0px; //border-collapse: collapse; @@ -26,7 +26,7 @@ treebody { treecell { display: table-cell; - color: white; + color: black; font-family: Verdana; font-size: 10pt; } diff --git a/mailnews/ui/messenger/resources/mailshell.xul b/mailnews/ui/messenger/resources/mailshell.xul index d9ae3e848e50..8a4a8a406ca0 100644 --- a/mailnews/ui/messenger/resources/mailshell.xul +++ b/mailnews/ui/messenger/resources/mailshell.xul @@ -6,6 +6,7 @@ @@ -247,21 +248,21 @@ - + - + - + - + - + - + - + diff --git a/mailnews/ui/messenger/resources/messagePane.xul b/mailnews/ui/messenger/resources/messagePane.xul index d6029d54179f..7d06f9e39cc1 100644 --- a/mailnews/ui/messenger/resources/messagePane.xul +++ b/mailnews/ui/messenger/resources/messagePane.xul @@ -8,7 +8,7 @@ xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - + diff --git a/mailnews/ui/messenger/resources/threadPane.css b/mailnews/ui/messenger/resources/threadPane.css index 6cbb1d557a0e..a03a3f3875ee 100644 --- a/mailnews/ui/messenger/resources/threadPane.css +++ b/mailnews/ui/messenger/resources/threadPane.css @@ -1,11 +1,11 @@ window { display: block; background-color: white; - background-image: url(http://web.mit.edu/stars.gif); } tree { display: table; + background-color: white; border: none; border-spacing: 0px; //border-collapse: collapse; @@ -26,7 +26,7 @@ treebody { treecell { display: table-cell; - color: white; + color: black; font-family: Verdana; font-size: 10pt; }