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:
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