annotate static/iwws.css @ 6:74215b8e16f4

Don't need to make #jqt 100%. Add a node about why we have this.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 15 Aug 2011 23:07:52 +0930
parents f859bcb451ca
children a0213f0e707b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
6 div.legend {
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
7 font-size: x-small;
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
8 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
9
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
10 div.tickLabel {
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
11 font-size: x-small;
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
12 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
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
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
19 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
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
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
26 }