In my form I place control elements in a line: button, select box,
checkbox. It looks logically right. But since I've started using
jQuery UI I see strange vertical of select box.
-
$(function() {
-
$( "#speed" ).selectmenu( { width: 200});
-
$( "#files" ).selectmenu({ width: 200});
-
$( "#but1" ).button();
-
$( "#but2" ).button();
-
-
});
Tested on jquery 1.11.2 and 1.10.2, jquery-ui: 1.11.3, all
settings/css by default.
How I can show them in line or at least valigned by middle? Tried
panning, margin, div, table - no effect at all.
And screenshot just in case: