leaguevine / leaguevine-ultistats

MIT License
18 stars 4 forks source link

Fluid height for buttons on the game tracking page #34

Closed mliu7 closed 12 years ago

mliu7 commented 12 years ago

Right now the height of the buttons are determined statically which means screens with really nice resolutions will have a lot of small buttons packed towards the top of the screen.

CSS doesn't have any ways to specify fluid height like we can with width, but they can be set dynamically using jQuery if we do something like this:

http://stackoverflow.com/questions/5445491/height-equal-to-dynamic-width-css-fluid-layout