From: Scott Baker Date: Mon, 19 Jan 2015 00:53:56 +0000 (-0800) Subject: fix tenant view causes minidashboard to be partially obscured X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=3602c5fdde5d098d2fbe07fc6e2841151a3e70cd fix tenant view causes minidashboard to be partially obscured --- diff --git a/planetstack/core/xoslib/dashboards/xosTenant.html b/planetstack/core/xoslib/dashboards/xosTenant.html index 1287e15..6735da3 100644 --- a/planetstack/core/xoslib/dashboards/xosTenant.html +++ b/planetstack/core/xoslib/dashboards/xosTenant.html @@ -6,7 +6,7 @@ - + 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; +}