Mercurial > ~darius > hgwebdir.cgi > iwws
annotate static/iwws.css @ 8:4b9d1b47ca17
Plot pressure.
Switch from RH to dew point to save an axis for the above.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Sun, 21 Aug 2011 15:47:52 +0930 |
parents | 74215b8e16f4 |
children | a0213f0e707b |
rev | line source |
---|---|
6
74215b8e16f4
Don't need to make #jqt 100%.
Daniel O'Connor <darius@dons.net.au>
parents:
5
diff
changeset
|
1 /* Need this otherwise graph height percentages don't work */ |
74215b8e16f4
Don't need to make #jqt 100%.
Daniel O'Connor <darius@dons.net.au>
parents:
5
diff
changeset
|
2 html, body, #home, #container { |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
3 height : 100%; |
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
4 } |
6
74215b8e16f4
Don't need to make #jqt 100%.
Daniel O'Connor <darius@dons.net.au>
parents:
5
diff
changeset
|
5 |
1 | 6 div.legend { |
7 font-size: x-small; | |
8 } | |
9 | |
10 div.tickLabel { | |
11 font-size: x-small; | |
12 } | |
13 | |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
14 div#graph1 { |
5
f859bcb451ca
Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents:
4
diff
changeset
|
15 margin-left : auto; |
f859bcb451ca
Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents:
4
diff
changeset
|
16 margin-right : auto; |
f859bcb451ca
Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents:
4
diff
changeset
|
17 width: 97%; |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
18 height: 45%; |
1 | 19 } |
20 | |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
21 div#graph2 { |
5
f859bcb451ca
Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents:
4
diff
changeset
|
22 margin-left : auto; |
f859bcb451ca
Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents:
4
diff
changeset
|
23 margin-right : auto; |
f859bcb451ca
Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents:
4
diff
changeset
|
24 width: 97%; |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
25 height: 45%; |
1 | 26 } |