CSS fix for the toggle button
This commit is contained in:
parent
14e88e6f68
commit
81adfeab7a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user