Tyler Scott | 3c17d5f | 2015-06-23 17:49:29 -0600 | [diff] [blame] | 1 | html, body { |
2 | width: 100%; | ||||
3 | height: 100%; | ||||
4 | margin: 0; | ||||
5 | } | ||||
6 | |||||
7 | .full-width { | ||||
8 | width: 100%; | ||||
9 | } | ||||
10 | |||||
11 | .sidebar { | ||||
12 | height: 100%; | ||||
13 | max-height: 100%; | ||||
14 | overflow: auto; | ||||
15 | } | ||||
Tyler Scott | f08ab96 | 2015-06-30 16:31:29 -0600 | [diff] [blame^] | 16 | |
17 | .resultTable tr:nth-child(even) { | ||||
18 | background-color: lightgray; | ||||
19 | } |