blob: f4e8191ebbe4bf3bf1241aa42396dfb31c8261be [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 Baker01c9d612014-11-14 16:13:43 -080013#logTable {
14 width: 100%;
15}
16
17#logTable tr {
18 border-bottom: 1px solid;
19}
20
21#logTable tr:last-child {
22 border-bottom: none;
Scott Baker9061a932014-11-05 22:16:10 -080023}
24
25#contentButtonPanel {
26 float: right;
27 width: 200px;
28}
29
30#contentInner {
31 margin-right: 200px;
32}