trying to get all 4 on the same line....the code below gets the first 3 on the same line but the BaseMapToggle is not...there is more than enough room on that line???Thoughts?<div id="map" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'"> <div class="TBtoolbar" id="select_button"> <div data-dojo-type="dijit/TitlePane" data-dojo-props="title:'Tools', closable:false, open:false"> <div data-dojo-type="dijit/layout/ContentPane" style="width:600; height:125px;"> <input type="button" id="button1" value="Identify" /> <input type="button" id="button2" value="Finished" /> <span id="print_button"></span> <span id="BasemapToggle"></span> </div> </div> </div> </div>
#print_button{ border: none; width: 50px; display: inline-block; } #BasemapToggle{ display: inline-block; border: none; width: 65px; }