Takingroot / co2r

Website for the CO2R platform
http://co2r-demo.herokuapp.com/
0 stars 0 forks source link

Directory artifact card designs #78

Closed jasonkuhrt closed 11 years ago

jasonkuhrt commented 11 years ago
jasonkuhrt commented 11 years ago

@brookevmf I don't think I can vertically center the titles. We can think about the alternatives, if there are any.

brookevmf commented 11 years ago

Hm, ok - I guess that works in CSS with tables - valign?? anyhow, I'm sure you've tested it out. We can talk about other options and see what works.

jasonkuhrt commented 11 years ago

@brookevmf I don't believe stuff like http://stackoverflow.com/questions/1900391/vertical-align-not-working will work because we don't have a defined container height (only min-height). I could hack it to all hell and maybe eventually get a solution. A better solution might be to look to the future instead of the past, using http://www.w3.org/TR/css3-flexbox/. This will work in modern browsers (webkit, and soon firefox, maybe ie10?) and give us what we want. Older browsers just get a crappier layout.