added a one pixel margin to the slider widget for readability. popcorn-port
authorhamidouk
Fri, 25 Nov 2011 10:31:20 +0100
branchpopcorn-port
changeset 329 d37ca170cdb2
parent 328 279f188a5624
child 330 156ea1d74223
added a one pixel margin to the slider widget for readability.
src/js/widgets/sliderWidget.js
--- a/src/js/widgets/sliderWidget.js	Fri Nov 25 10:27:31 2011 +0100
+++ b/src/js/widgets/sliderWidget.js	Fri Nov 25 10:31:20 2011 +0100
@@ -66,8 +66,8 @@
 
 /* handles mouse over the slider */
 IriSP.SliderWidget.prototype.mouseOverHandler = function(event) {
-  this.sliderBackground.animate({"height": "10px"}, 100);
-  this.sliderForeground.animate({"height": "10px"}, 100);
+  this.sliderBackground.animate({"height": "9px"}, 100);
+  this.sliderForeground.animate({"height": "9px"}, 100);
   
 //  this.selector.removeClass("Ldt-SliderMinimized");
 //  this.selector.addClass("Ldt-SliderMaximized");