Mercurial > ~darius > hgwebdir.cgi > iwws
annotate 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 |
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 | |
13 | 14 |
15 div#stamp { | |
16 font-size: small; | |
17 margin-left : auto; | |
18 margin-right : auto; | |
19 height: 4%; | |
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#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
|
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%; |
13 | 25 height: 43%; |
1 | 26 } |
27 | |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
28 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
|
29 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
|
30 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
|
31 width: 97%; |
13 | 32 height: 43%; |
1 | 33 } |