f4e8191ebbe4bf3bf1241aa42396dfb31c8261be
[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 #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;\r
23 }
24
25 #contentButtonPanel {
26     float: right;
27     width: 200px;
28 }
29
30 #contentInner {
31     margin-right: 200px;
32 }