adjust statusbar height so new selectbox does not overlap currentapp titlebar

This commit is contained in:
Jerry Ruhe 2006-12-11 02:47:01 +00:00
parent a166bb0f57
commit 696fd0064d

View File

@ -356,15 +356,15 @@ body {
#divStatusBar
{
/*background-color:white;*/
/*background-color:#bdbdbd;*/
position: relative;
top:0px
left:0px;
height:18px;
height:23px;
vertical-align:bottom;
border: 0px solid black;
padding-left:186px;
padding-top:0px;
padding-top:6px;
/*margin-top: 18px;*/
}