annotate static/iwws.css @ 5:f859bcb451ca

Give a little horizontal border around the graphs and centre them.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 15 Aug 2011 22:56:27 +0930
parents faacb77ce8f4
children 74215b8e16f4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
1 html, body, #jqt, #home, #container {
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
2 height : 100%;
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
3 }
1
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
4 div.legend {
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
5 font-size: x-small;
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
6 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
7
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
8 div.tickLabel {
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
9 font-size: x-small;
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
10 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
11
4
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
12 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
13 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
14 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
15 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
16 height: 45%;
1
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
17 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
18
4
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
19 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
20 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
21 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
22 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
23 height: 45%;
1
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
24 }