merged lars' changes and almost fixed the vertical scrollbar bug in IE

This commit is contained in:
Pim Snel 2003-10-23 20:27:41 +00:00
parent 4ea053b344
commit fb95b258d4

View File

@ -19,10 +19,9 @@
body
{
background-image:url(../images/body-background.png);
font-size: 12px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:14px;
/* margin:14px;*/
}
a:link
@ -39,7 +38,8 @@ a:visited
a:hover
{
color: #ff9933; text-decoration: underline;
color: #ff9933;
text-decoration: underline;
}
a:active
@ -50,18 +50,25 @@ a:active
input
{
font-size: 12px;
font-size: 11px;
color: #006699;
font-family: Arial, Helvetica, sans-serif
font-family: Arial, Helvetica, sans-serif;
border: 1px #bbbbbb solid;
}
select
{
font-size: 12px;
font-size: 11px;
color: #006699;
font-family: Arial, Helvetica, sans-serif
font-family: Arial, Helvetica, sans-serif;
border: 1px #bbbbbb solid;
}
td
{
font-size: 11px;
/* padding-top:1px;
padding-bottom:1px;*/
}
.divSidebox
{
@ -76,21 +83,20 @@ select
.divSideboxHeader
{
text-align:center;
background-image:url(../images/sidebox-header-background.png);
background-repeat: repeat-x;
background-color:#dddddd;
height:12px;
padding-top:2px;
padding-bottom:0px;
font-size:10px;
color:#666666;
}
.divSideboxEntry
a.divSideboxEntry, .divSideboxEntry
{
text-align:left;
height:16px;
background-color:#d6d6d6;
background-color:#eeeeee;
}
a.appTitles,.appTitles
{
font-size: 10px;
@ -102,7 +108,7 @@ a.appTitles,.appTitles
a.textSidebox
{
font-size: 10px;
border-top: #ffffff 0px none;
border-top: #aaaaaa 0px none;
}
.textSidebox
@ -111,7 +117,8 @@ a.textSidebox
height:18px;
padding-top:2px;
padding-bottom:2px;
border-top: #ffffff 1px solid
border-top: #aaaaaa 1px solid;
}
.sideboxSpace
@ -131,10 +138,8 @@ a.textSidebox
#divMain
{
background-color:white;
margin-top: 9px;
/* margin-left: 14px;
margin-right: 14px;*/
padding:4px;
margin-top: 5px;
padding:9px;
border-color:#7e7e7e;
border-width:1px;
border-style:solid;
@ -169,13 +174,11 @@ a.textSidebox
height:15px;
padding-left:170px;
margin-top: 13px;
margin-bottom: 2px;
/* margin-bottom: 2px;*/
}
#divSubContainer
{
margin-top: 2px;
margin-bottom: 4px;
}
#tdSidebox
@ -187,7 +190,6 @@ a.textSidebox
#tdAppbox
{
background-color:white;
padding:10px;
}
#divSideboxContainer
{
@ -204,13 +206,13 @@ a.textSidebox
#divAppboxHeader
{
width:100%;
background-image:url(../images/appbox-header-background.png);
background-repeat: repeat-x;
height:30px;
height:36px;
text-align:center;
font-size:22px;
color:#666666;
padding-top:5px;
border-top-color:#9c9c9c;
border-top-width:1px;
border-top-style:solid;
@ -227,7 +229,6 @@ a.textSidebox
width:100%;
background-color:#f7f7f7;
padding:5px;
/* height:200px;*/
border-bottom-color:#9c9c9c;
border-bottom-width:1px;
border-bottom-style:solid;