blob: d94cb39a096ef78244fbe165c7f3cbf048222a51 [file] [log] [blame]
Scott Baker9061a932014-11-05 22:16:10 -08001.breadcrumb {
2 display: none;
3}
4
5.btn-xos-detail {
6 display: none;
7}
8
Scott Baker7ce23652014-11-07 16:40:30 -08009.btn-xos-list {
10 display: none;
11}
12
Scott Bakerd248c342014-11-21 11:08:57 -080013#logPanel {
14 overflow-y: auto;
15}
16
Scott Baker01c9d612014-11-14 16:13:43 -080017#logTable {
18 width: 100%;
19}
20
21#logTable tr {
22 border-bottom: 1px solid;
23}
24
25#logTable tr:last-child {
26 border-bottom: none;
Scott Baker9061a932014-11-05 22:16:10 -080027}
28
29#contentButtonPanel {
30 float: right;
31 width: 200px;
32}
33
34#contentInner {
35 margin-right: 200px;
36}