From 81adfeab7a222ad9e714c493e01d50db4fb13ebd Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Fri, 24 Jun 2011 13:40:47 +0100 Subject: [PATCH] CSS fix for the toggle button --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 6669f7406f..1a74496356 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2324,7 +2324,7 @@ var toggleButton = function ($obj) { */ var h = $obj.height(); $('img', $obj).height(h); - $('table', $obj).css('bottom', h-1); + $('table', $obj).css('bottom', h); /** * var on Width of the "ON" part of the toggle switch * var off Width of the "OFF" part of the toggle switch