Is there any way to make the flip switch bigger?

Is there any way to make the flip switch bigger?

I've been using ui-fullsize on buttons but it won't work if done directly on the flip switch.

The best i have is


  1. .ui-slider { margin-top:2px !important; height:50px !important; }
  2. div.ui-slider-switch .ui-slider-handle { margin-top:5px !important; }
  3. .ui-slider-label {padding-top: 5px !important; }