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