fix tenant view causes minidashboard to be partially obscured
diff --git a/planetstack/core/xoslib/static/css/xosTenantDashboard.css b/planetstack/core/xoslib/static/css/xosTenantDashboard.css
new file mode 100644
index 0000000..7ef275d
--- /dev/null
+++ b/planetstack/core/xoslib/static/css/xosTenantDashboard.css
@@ -0,0 +1,34 @@
+.btn-xos-detail {
+    display: none;
+}
+
+.btn-xos-list {
+    display: none;
+}
+
+#logPanel {
+    overflow-y: auto;
+    overflow-x: hidden;
+}
+
+#logTable {
+    width: 100%;
+    white-space: nowrap;
+}
+
+#logTable tr {
+  border-bottom: 1px solid;
+}
+
+#logTable tr:last-child {
+  border-bottom: none;

+}
+
+#contentButtonPanel {
+    float: right;
+    width: 200px;
+}
+
+#contentInner {
+    margin-right: 200px;
+}