diff --git a/www/extras/slidePanel/slidePanel.css b/www/extras/slidePanel/slidePanel.css index 2f46d95fb..bcdf3689b 100644 --- a/www/extras/slidePanel/slidePanel.css +++ b/www/extras/slidePanel/slidePanel.css @@ -59,17 +59,16 @@ .panelLinkOut { position:absolute; overflow: hidden; - height: 25px; + height: 20px; cursor: hand; left:0; - /*border: 1px solid #eeeeee; */ font-size: 11px; font-family: helvetica, arial, sans; } .panelLinkIn { position:absolute; cursor: pointer; - height: 25px; + height: 20px; overflow: hidden; cursor: hand; left:0; diff --git a/www/extras/slidePanel/slidePanel.js b/www/extras/slidePanel/slidePanel.js index 2c2c3cb8b..c8be6f692 100644 --- a/www/extras/slidePanel/slidePanel.js +++ b/www/extras/slidePanel/slidePanel.js @@ -267,7 +267,7 @@ function createSlidePanelBar(name) { this.ypos=0; // bar y-pos this.width=160; // bar width 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.addPanel=b_addPanel; // add new panel to bar this.draw=b_draw; // write HTML code of bar