jquery-ui-5758

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<fieldset id="fset_filter_id" class="ui-fieldset ui-widget ui-widget-content ui-corner-all ui-hidden-container ui-fieldset-toggleable eb-ui-fieldset">
	<legend class="ui-fieldset-legend ui-state-default" nowrap="nowrap">
      <div class="ui-eb-legend-content">
      	<span class="ui-fieldset-toggler ui-icon  ui-eb-legend-label   ui-icon-minusthick"></span>
		<span class="ui-eb-legend-label">Filtros</span>
      </div>
	</legend>	
</fieldset>

CSS

.ui-eb-legend-label {
			    display: inline-block;			   
			    white-space: normal;
			}
	       
	       .ui-eb-legend-content {			    
			    white-space: nowrap;
			}

JavaScript

$(function(){
    $('#myButton').button();
});