Mercurial > ~darius > hgwebdir.cgi > iwws
annotate static/iwws.css @ 4:faacb77ce8f4
Sort out how to set percentage graph height thanks to
http://callmejack.wordpress.com/2006/10/14/100-height-with-css/
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 22:14:08 +0930 |
parents | 4385563d45e7 |
children | f859bcb451ca |
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 { |
1 | 13 width: 100%; |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
14 height: 45%; |
1 | 15 } |
16 | |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
17 div#graph2 { |
1 | 18 width: 100%; |
4
faacb77ce8f4
Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents:
1
diff
changeset
|
19 height: 45%; |
1 | 20 } |