--- a/src/js/widgets/sliderWidget.js Thu Dec 15 12:02:45 2011 +0100
+++ b/src/js/widgets/sliderWidget.js Thu Dec 15 16:35:48 2011 +0100
@@ -100,6 +100,7 @@
this.sliderBackground.animate({"height": "9px"}, 100);
this.sliderForeground.animate({"height": "9px"}, 100);
+ this.positionMarker.animate({"height": "9px", "width": "9px", "margin-top": "-4px"}, 100);
// this.selector.removeClass("Ldt-SliderMinimized");
// this.selector.addClass("Ldt-SliderMaximized");
@@ -115,6 +116,8 @@
IriSP.SliderWidget.prototype.minimizeOnTimeout = function(event) {
this.sliderBackground.animate({"height": "5px"}, 100);
this.sliderForeground.animate({"height": "5px"}, 100);
+ this.positionMarker.animate({"height": "5px", "width": "5px", "margin-top": "0px"}, 100);
+
this.sliderMinimized = true;
// this.selector.removeClass("Ldt-SliderMaximized");