fix tenant view causes minidashboard to be partially obscured
[plstackapi.git] / planetstack / core / xoslib / static / css / xosTenantDashboard.css
1 .btn-xos-detail {
2     display: none;
3 }
4
5 .btn-xos-list {
6     display: none;
7 }
8
9 #logPanel {
10     overflow-y: auto;
11     overflow-x: hidden;
12 }
13
14 #logTable {
15     width: 100%;
16     white-space: nowrap;
17 }
18
19 #logTable tr {
20   border-bottom: 1px solid;
21 }
22
23 #logTable tr:last-child {
24   border-bottom: none;\r
25 }
26
27 #contentButtonPanel {
28     float: right;
29     width: 200px;
30 }
31
32 #contentInner {
33     margin-right: 200px;
34 }