view static/iwws.css @ 15:ebf411c89a3d

Fix bar width now we get data more frequently.
author Daniel O'Connor <darius@dons.net.au>
date Fri, 31 May 2013 13:35:56 +0930
parents a0213f0e707b
children
line wrap: on
line source

/* Need this otherwise graph height percentages don't work */
html, body, #home, #container {
    height : 100%;
}

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

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


div#stamp {
    font-size: small;
    margin-left : auto;
    margin-right : auto;
    height: 4%;
}
div#graph1 {
    margin-left : auto;
    margin-right : auto;
    width: 97%;
    height: 43%;
}

div#graph2 {
    margin-left : auto;
    margin-right : auto;
    width: 97%;
    height: 43%;
}