view static/iwws.css @ 4:faacb77ce8f4

Sort out how to set percentage graph height thanks to http://callmejack.wordpress.com/2006/10/14/100-height-with-css/
author Daniel O'Connor <darius@dons.net.au>
date Mon, 15 Aug 2011 22:14:08 +0930
parents 4385563d45e7
children f859bcb451ca
line wrap: on
line source

html, body, #jqt, #home, #container {
    height : 100%;
}
div.legend {
    font-size: x-small;
}

div.tickLabel {
    font-size: x-small;
}

div#graph1 {
    width: 100%;
    height: 45%;
}

div#graph2 {
    width: 100%;
    height: 45%;
}