blob: 5148def97f928e66c1cd6c2eb458b4c5578c15c9 [file] [log] [blame]
Scott Baker694f5662014-11-03 23:46:20 -08001.test-table td, th {
2 border: 1px solid black;
3}
4.objectLink {
5 cursor:pointer;
6 color:blue;
7 text-decoration:underline;
8}
Scott Baker0bf96b22014-11-04 15:41:47 -08009#logTable td, th {
10 border: 1px solid black;
11}
Scott Baker694f5662014-11-03 23:46:20 -080012
13#navigationPanel {
14 position: absolute;
15 top: 100px;
16 left: 0;
Scott Baker0bf96b22014-11-04 15:41:47 -080017 width: 220px;
Scott Baker694f5662014-11-03 23:46:20 -080018 bottom: 0;
19 overflow: hidden;
20 background-color: #F0F0F0;
21}
22
23#headerPanel {
24 position: absolute;
25 top: 0;
26 left: 0;
27 right: 0;
28 width: auto;
29 height: 100px;
30 overflow: hidden;
31 background-color: #F0E0E0;
32}
33
34#logPanel {
35 position: absolute;
36 top: auto;
Scott Baker0bf96b22014-11-04 15:41:47 -080037 left: 220px;
Scott Baker694f5662014-11-03 23:46:20 -080038 right: 0;
39 bottom: 0;
40 width: auto;
41 height: 100px;
42 overflow: hidden;
43 background-color: #F0E0E0;
44}
45
46#contentPanel {
47 position: fixed;
48 top: 100px;
49 bottom: 100px;
Scott Baker0bf96b22014-11-04 15:41:47 -080050 left: 220px;
Scott Baker694f5662014-11-03 23:46:20 -080051 right: 0;
52 overflow: auto;
53 background: #f0F0E0;
54}
55
56.btn-xosnav {
57 width: 120px;
58}