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
This commit is contained in:
Murad Awawdeh 2016-06-20 14:13:33 +03:00
parent 80e06fac11
commit 15d6001c62
5 changed files with 41 additions and 58 deletions

View File

@ -5,22 +5,34 @@
{% block main %}
<style>
.breadcrumb{
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;
}

View File

@ -1,47 +0,0 @@
shit{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "NEO" %}{% endblock %}
{% block main %}
<style>
#content_body .container-fluid{
height: 100% !important;
margin-left: -15px;
}
#content_body .container-fluid .row{
height: 100% !important;
}
#content_body .container-fluid .row .col-xs-12{
height: 100% !important;
padding-right: 0px;
}
#content_body .container-fluid .row .col-xs-12 .page-header{
display: none !important;
}
iframe#neo_iframe{
width: 100%;
height: 99%;
}
</style>
<ng-include src="'{{ STATIC_URL }}horizon_mellanox/js/horizon_mellanox.js'"></ng-include>
<script>
alert(getCookie("mellanox_neo_host"));
</script>
<iframe id="neo_iframe" src="http://10.224.15.51/neo">
<p>Your browser does not support iframes.</p>
</iframe>
{% endblock %}

View File

@ -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;
}

View File

@ -9,7 +9,7 @@
<style>
#content_body .container-fluid .row .col-xs-12 .page-header{
#content_body .row .col-xs-12 .page-header{
display: none !important;
}

View File

@ -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;
omargin-left: -15px;
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;
opadding-right: 0px;
}
#content_body .container-fluid .row .col-xs-12 .page-header{
#content_body .row .col-xs-12 .page-header{
display: none !important;
}