apply class distinction to two flip buttons
It must be very simple, but I somehow can't progress with it. Pls help.
I want to make the rightmost switcher slightly wider
- <select name="flip-1" id="flip-1" data-role="slider" >
- <option value="off">convex</option>
- <option value="on"> concave</option> </select>
-
- <select name="flip-2" id="flip-2" data-role="slider" class="bigga">
- <option value="off">parallel</option>
- <option value="on"> perpendicular</option>
- </select>
- div.ui-slider-switch { width: 7em }
- /* this is the normal width, applies to more switchers*/
-
- .bigga.ui-slider-switch { width: 9em }
- /*this one is for "classified" switcher which contains longer words