opentraildata / OpenTrails-Mobile

A mobile application for viewing trail maps
MIT License
18 stars 8 forks source link

Disable Search and Filter area movement #139

Closed alanjosephwilliams closed 10 years ago

alanjosephwilliams commented 10 years ago

Currently, the search and filter area in the list/search view can be moved over to the right. They should have a fixed width that fits the viewport.

2014-05-26 18 06 12

anselmbradford commented 10 years ago

I was told about a technique to use text-align:justify to evenly space buttons and also be responsive across differing viewport widths.

See http://stackoverflow.com/questions/7647195/evenly-spaced-list-items

alanjosephwilliams commented 10 years ago

(see I told you I plugged it in)