milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

Search-button not resizing to mobile width(?) #9

Closed shrwnsan closed 12 years ago

shrwnsan commented 12 years ago

Just wondering if I'm the only one seeing this. Let's say you have a widget, go ahead and add the Search on there.

The problem or bug arises when I collapse the browser width to a narrower one to that of almost a mobile phones. According to these example, the behavior should be that it would resize to a mobile browser's width per se:

http://foundation.zurb.com/docs/buttons.php

Please do advise if this is clear, and that this does happen on your end as well. Thanks in advance.

milohuang commented 12 years ago

It appears in Foundation only a tag with button class will be resized, the one that I used for search widget is simply a button type.

shrwnsan commented 12 years ago

Ok, I think the Foundation CSS just needed updating. I found the diff and will do a pull request for you. Hope that helps.