jsquare / hikeplanner

Find a hike you'll like!
GNU General Public License v2.0
1 stars 0 forks source link

make UI sliders and search box CSS future-proof #19

Closed jason-curtis closed 10 years ago

jason-curtis commented 10 years ago

hard-coded widths are a bad sign. I think the ideal situation may involve a container that's just for the slider (and legend labels, but not the input label)

In short, the aim is that the slider (or slider+label+legend combination) should be able to fend for itself given a reasonable set of legend text. It does not have to deal with unreasonably long legends, though setting a max-width on the element might do the trick (and long legends will be wrapped).

jaimemarijke commented 10 years ago

I believe I fixed this with last commit to Issue #18.