view static/iwws.css @ 13:a0213f0e707b

- Update for v12.10 - Plot raw data to show more up to date data - Average/peak winds so they don't spam the display. - Display the time of the most recent data.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 10 Jan 2013 16:38:36 +1030
parents 74215b8e16f4
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%;
}