From 15d6001c62516510ce918f282f55df8b4a70f11c Mon Sep 17 00:00:00 2001 From: Murad Awawdeh Date: Mon, 20 Jun 2016 14:13:33 +0300 Subject: [PATCH] Horizon Liberty UI fix slight fix for the ui of the plugin in Horizon Lebirty, the issue was that panel pages don't take the full length of the page. CSS changes made to solve this. Change-Id: Ic819f9e16009418afed8f62cc44cfd73b9585689 --- .../templates/aboutpanel/index.html | 18 +++++-- .../neopanel/templates/neopanel/#index.html# | 47 ------------------- .../neopanel/templates/neopanel/index.html | 15 ++++-- .../templates/settingspanel/change.html | 2 +- .../ufmpanel/templates/ufmpanel/index.html | 17 +++++-- 5 files changed, 41 insertions(+), 58 deletions(-) delete mode 100644 horizon_mellanox/neopanel/templates/neopanel/#index.html# diff --git a/horizon_mellanox/aboutpanel/templates/aboutpanel/index.html b/horizon_mellanox/aboutpanel/templates/aboutpanel/index.html index 48f379f..0192332 100644 --- a/horizon_mellanox/aboutpanel/templates/aboutpanel/index.html +++ b/horizon_mellanox/aboutpanel/templates/aboutpanel/index.html @@ -5,22 +5,34 @@ {% block main %} - - - - - - - - -{% endblock %} - - - diff --git a/horizon_mellanox/neopanel/templates/neopanel/index.html b/horizon_mellanox/neopanel/templates/neopanel/index.html index 50b6e2b..30d80a6 100644 --- a/horizon_mellanox/neopanel/templates/neopanel/index.html +++ b/horizon_mellanox/neopanel/templates/neopanel/index.html @@ -9,21 +9,30 @@ display: none; } +html, body, #container, #main_content { + height: 100% !important; +} + +#content_body{ + height: 100% !important; + margin-left: -15px; +} + #content_body .container-fluid{ height: 100% !important; margin-left: -15px; } -#content_body .container-fluid .row{ +#content_body .row{ height: 100% !important; } -#content_body .container-fluid .row .col-xs-12{ +#content_body .row .col-xs-12{ height: 100% !important; padding-right: 0px; } -#content_body .container-fluid .row .col-xs-12 .page-header{ +#content_body .row .col-xs-12 .page-header{ display: none !important; } diff --git a/horizon_mellanox/settingspanel/templates/settingspanel/change.html b/horizon_mellanox/settingspanel/templates/settingspanel/change.html index 9bae91b..ece1d33 100644 --- a/horizon_mellanox/settingspanel/templates/settingspanel/change.html +++ b/horizon_mellanox/settingspanel/templates/settingspanel/change.html @@ -9,7 +9,7 @@