Mercurial > ~darius > hgwebdir.cgi > iwws
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 |
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 | 4 div.legend { |
5 font-size: x-small; | |
6 } | |
7 | |
8 div.tickLabel { | |
9 font-size: x-small; | |
10 } | |
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 | 17 } |
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 | 24 } |