fix tenant view causes minidashboard to be partially obscured
authorScott Baker <smbaker@gmail.com>
Mon, 19 Jan 2015 00:53:56 +0000 (16:53 -0800)
committerScott Baker <smbaker@gmail.com>
Mon, 19 Jan 2015 00:53:56 +0000 (16:53 -0800)
planetstack/core/xoslib/dashboards/xosTenant.html
planetstack/core/xoslib/static/css/xosTenantDashboard.css [new file with mode: 0644]

index 1287e15..6735da3 100644 (file)
@@ -6,7 +6,7 @@
 <script src="{{ STATIC_URL }}/js/vendor/backbone.marionette.js"></script>
 
 <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
-<link rel="stylesheet" type="text/css" href="{% static 'css/xosAdminDashboard.css' %}" media="all" >
+<link rel="stylesheet" type="text/css" href="{% static 'css/xosTenantDashboard.css' %}" media="all" >
 <link rel="stylesheet" type="text/css" href="{% static 'css/xosAdminSite.css' %}" media="all" >
 
 <script src="{{ STATIC_URL }}/js/xoslib/xos-util.js"></script>
diff --git a/planetstack/core/xoslib/static/css/xosTenantDashboard.css b/planetstack/core/xoslib/static/css/xosTenantDashboard.css
new file mode 100644 (file)
index 0000000..7ef275d
--- /dev/null
@@ -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;\r
+}
+
+#contentButtonPanel {
+    float: right;
+    width: 200px;
+}
+
+#contentInner {
+    margin-right: 200px;
+}