Mercurial > ~darius > hgwebdir.cgi > iwws
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:942d4cfc2538 | 4:faacb77ce8f4 |
---|---|
1 html, body, #jqt, #home, #container { | |
2 height : 100%; | |
3 } | |
1 div.legend { | 4 div.legend { |
2 font-size: x-small; | 5 font-size: x-small; |
3 } | 6 } |
4 | 7 |
5 div.tickLabel { | 8 div.tickLabel { |
6 font-size: x-small; | 9 font-size: x-small; |
7 } | 10 } |
8 | 11 |
9 #graph1 { | 12 div#graph1 { |
10 width: 100%; | 13 width: 100%; |
11 /* can't do height 50% .. results in 0px height */ | 14 height: 45%; |
12 height: 180px; | |
13 } | 15 } |
14 | 16 |
15 #graph2 { | 17 div#graph2 { |
16 width: 100%; | 18 width: 100%; |
17 height: 180px; | 19 height: 45%; |
18 } | 20 } |