d94cb39a096ef78244fbe165c7f3cbf048222a51
[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 }
16
17 #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;\r
27 }
28
29 #contentButtonPanel {
30     float: right;
31     width: 200px;
32 }
33
34 #contentInner {
35     margin-right: 200px;
36 }