fixed a number of slide panel admin bar issues

This commit is contained in:
JT Smith 2005-06-05 22:38:43 +00:00
parent 9612c9f764
commit 7bc78aa995
4 changed files with 38 additions and 32 deletions

View file

@ -18,13 +18,13 @@
font-family:arial;
font-size:11px;
cursor:hand;
border-width:1;
border-width:1px;
border-color: #ACACAC;
background-color:#dddddd;
background-image: url(btn_bg.jpg);
position:absolute;
left:0;
top: 0;
left:0px;
top: 0px;
border-style: solid;
}
@ -35,7 +35,7 @@
.scrollPanelUp {
position:absolute;
top:40;
top:40px;
}
.scrollPanelDown {
@ -45,12 +45,12 @@
.slidePanel {
position:absolute;
background-color: #eeeeee;
z-index: 100;
}
.panel, .panelLinkHolder {
position:absolute;
left:0;
left:0px;
background-color: #eeeeee;
background-image: url(panel_bg.jpg);
background-repeat: repeat-x;
@ -61,7 +61,7 @@
overflow: hidden;
height: 20px;
cursor: hand;
left:0;
left:0px;
font-size: 11px;
font-family: helvetica, arial, sans;
}
@ -71,7 +71,7 @@
height: 20px;
overflow: hidden;
cursor: hand;
left:0;
left:0px;
border: 1px solid #DEDCDC;
font-size: 11px;
font-family: helvetica, arial, sans;