zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

Need icon positioning for buttons #706

Closed soumak77 closed 8 years ago

soumak77 commented 8 years ago

The menu bar supports position icons using the following classes: icon-left, icon-right, icon-top, or icon-bottom. It would be extremely helpful if those classes were also provided for simple buttons so the following html could be used:

<a class="button icon-right">
  <img zf-iconic="" icon="thumb" size="small">Thumbs Up
</a>
<a class="button icon-left">
  <img zf-iconic="" icon="thumb" size="small">Thumbs Up
</a>