CSS fix for the toggle button

This commit is contained in:
Rouslan Placella 2011-06-24 13:40:47 +01:00
parent 14e88e6f68
commit 81adfeab7a

View File

@ -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