changed spacing between links

This commit is contained in:
JT Smith 2005-04-23 14:22:57 +00:00
parent 596d182524
commit 542e066594
2 changed files with 3 additions and 4 deletions

View file

@ -59,17 +59,16 @@
.panelLinkOut { .panelLinkOut {
position:absolute; position:absolute;
overflow: hidden; overflow: hidden;
height: 25px; height: 20px;
cursor: hand; cursor: hand;
left:0; left:0;
/*border: 1px solid #eeeeee; */
font-size: 11px; font-size: 11px;
font-family: helvetica, arial, sans; font-family: helvetica, arial, sans;
} }
.panelLinkIn { .panelLinkIn {
position:absolute; position:absolute;
cursor: pointer; cursor: pointer;
height: 25px; height: 20px;
overflow: hidden; overflow: hidden;
cursor: hand; cursor: hand;
left:0; left:0;

View file

@ -267,7 +267,7 @@ function createSlidePanelBar(name) {
this.ypos=0; // bar y-pos this.ypos=0; // bar y-pos
this.width=160; // bar width this.width=160; // bar width
this.height=((navigator.appVersion.indexOf("MSIE ") == -1)?innerHeight:document.body.offsetHeight)-10; // bar height this.height=((navigator.appVersion.indexOf("MSIE ") == -1)?innerHeight:document.body.offsetHeight)-10; // bar height
this.buttonspace=25 // distance of panel buttons this.buttonspace=22 // distance of panel buttons
this.panels=new Array() // panels this.panels=new Array() // panels
this.addPanel=b_addPanel; // add new panel to bar this.addPanel=b_addPanel; // add new panel to bar
this.draw=b_draw; // write HTML code of bar this.draw=b_draw; // write HTML code of bar