UI changes.

This commit is contained in:
mscott%netscape.com 1999-04-01 03:56:37 +00:00
parent faeafaa1b7
commit 3124b3a14f
4 changed files with 11 additions and 11 deletions

View File

@ -1,11 +1,11 @@
window {
display: block;
background-color:white;
background-image: url(http://paknights.com/Stanford.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: black;
color: white;
font-family: Verdana;
font-size: 10pt;
}

View File

@ -246,17 +246,17 @@
<box id="header" align="vertical" style="width:100%;height:100%">
<toolbox>
<toolbar>
<titledbutton src="resource:/res/mailnews/messenger/getmsg.gif" align="bottom" value="Get Spam" onclick="MsgGetMessage()"/>
<titledbutton src="http://jamaica.ee.pitt.edu/CAD_Sites/Logos/cmu.gif" align="bottom" value="Get Spam" onclick="MsgGetMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/newmsg.gif" align="bottom" value="Create New Spam" onclick="MsgNewMessage()"/>
<titledbutton src="http://www.nb.net/~edunmire/graphics/cmu.gif" align="bottom" value="Create New Spam" onclick="MsgNewMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/reply.gif" align="bottom" value="Reply to Spam" onclick="MsgReplyMessage()"/>
<titledbutton src="http://jamaica.ee.pitt.edu/CAD_Sites/Logos/cmu.gif" align="bottom" value="Reply to Spam" onclick="MsgReplyMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/forward.gif" align="bottom" value="Forward Spam" onclick="MsgForwardMessage()"/>
<titledbutton src="http://www.nb.net/~edunmire/graphics/cmu.gif" align="bottom" value="Forward Spam" onclick="MsgForwardMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/trash.gif" align="bottom" value="Delete Spam" onclick="MsgDeleteMessage()"/>
<titledbutton src="http://jamaica.ee.pitt.edu/CAD_Sites/Logos/cmu.gif" align="bottom" value="Delete Spam" onclick="MsgDeleteMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/getmsg.gif" align="bottom" value="Load Spam" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')"/>
<titledbutton src="http://www.nb.net/~edunmire/graphics/cmu.gif" align="bottom" value="Load Spam" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')"/>
<spring flex="100%"/>

View File

@ -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">
<html:iframe src="message.html" name="browser.webwindow" width="100%" height="325px" > </html:iframe>
<html:iframe src="http://www.bc.edu/" name="browser.webwindow" width="100%" height="325px" > </html:iframe>
</window>

View File

@ -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: black;
color: white;
font-family: Verdana;
font-size: 10pt;
}