pemiluAPI / peta-caleg

design & development of a candidate map for Indonesia's 2014 legislative elections
1 stars 4 forks source link

flow candidate bio information into two columns when there's space to do so #54

Closed tmaybe closed 10 years ago

tmaybe commented 10 years ago

on non-mobile screens there's a lot of whitespace available next to the candidates; can we flow the column of candidate information into a second column in this space (and have it continue to be a single column on mobile screens)?

shawnbot commented 10 years ago

This is particularly tricky now that we're using the list group styles, but I think that we can just reverse those on larger screens. We'll need to lose the rounded corners, though, because we can't (easily) style elements that appear on the same line.

The other option is to drop the list group styles and recreate them after we get the elements flowing the way we want them to. I think that we could do this with Bootstrap's grid system, but let me know if you think that's overkill.

shawnbot commented 10 years ago

Sorry, I just re-read this and now understand that it's about the candidate info, not the whole candidate blocks themselves. Should be pretty straightforward.

tmaybe commented 10 years ago

looks & works great!