FM background to white

This commit is contained in:
Pim Snel 2003-11-22 03:56:16 +00:00
parent aad11725fc
commit 301d5c9221

View File

@ -246,7 +246,7 @@ a.textSidebox
#divAppboxHeader #divAppboxHeader
{ {
width:100%; /*width:100%;*/
background-image:url(../images/appbox-header-background.png); background-image:url(../images/appbox-header-background.png);
background-repeat: repeat-x; background-repeat: repeat-x;
height:36px; height:36px;
@ -270,7 +270,7 @@ a.textSidebox
#divAppbox #divAppbox
{ {
width:100%; /* width:100%;*/
background-color:#f7f7f7; background-color:#f7f7f7;
padding:5px; padding:5px;
border-bottom-color:#9c9c9c; border-bottom-color:#9c9c9c;
@ -284,6 +284,48 @@ a.textSidebox
border-right-style:solid; border-right-style:solid;
} }
#fmStatusBar
{
margin-left:4px;
margin-bottom:3px;
font-size: 10px;
/* font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
.fmButton
{
background-image:url(../images/buttonbackground.png);
width:28px;
height:28px;
background-repeat: no-repeat;
}
#fmLocation
{
margin-left:4px;
margin-bottom:3px;
}
#fmMenu
{
position:relative;
}
#fmFileWindow
{
background-color:#ffffff;
margin-left:4px;
padding:5px;
position:relative;
border-right: #cccccc 1px solid;
border-top: #9c9c9c 2px solid;
border-left: #9c9c9c 2px solid;
border-bottom: #cccccc 1px solid
}
#user_info #user_info
{ {