reduce text on filter buttons

This commit is contained in:
Luke Pulverenti 2014-03-13 22:05:33 -04:00
parent df515330ba
commit eaf0e65608
22 changed files with 81 additions and 78 deletions

View file

@ -14,11 +14,11 @@
</div>
<div data-role="content">
<div class="viewSettings">
<div class="viewControls">
<button data-mini="true" data-icon="filter" data-inline="true" onclick="$('#filterPanel', $(this).parents('.page')).panel( 'toggle' );">Filter</button>
</div>
<div class="listTopPaging">
</div>
<div class="viewControls" data-role="controlgroup" data-type="horizontal">
<button data-mini="true" data-icon="filter" data-inline="true" data-iconpos="notext" title="Filter" onclick="$('#filterPanel', $(this).parents('.page')).panel( 'toggle' );">Filter</button>
</div>
</div>
<div id="items" class="itemsContainer"></div>
</div>