GBP UI - resolved-policy topology size fix
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / common / gbp.css
index b8ba13fdffb63c1d9f2a8753ac498a0557df3d54..60105a9216f2635d7dc3ac19589d6eeede6e6c05 100644 (file)
@@ -1,3 +1,7 @@
+#page_logo {
+    display: none;
+}
+
 .h100 {
     height:100%
 }
     color: rgba(0,0,0,0.26);
 }
 
-svg g.node text {
+.gbpUiWrapper svg, div#next-vpp-topo svg {
+    border: none;
+    background-image: none;
+}
+
+.gbpUiWrapper svg g.node text {
     pointer-events: auto !important;
 }
 
@@ -104,6 +113,8 @@ svg g.node text {
 #graph-container {
     padding-left: 0;
     background-color: #ffffff;
+    width: 100%;
+    height: 100%;
 }
 
 /* $mdDialog.confirm */
@@ -349,4 +360,4 @@ section.legendBox ul .line {
 
 .n-topology-nav-setting > span {
     color: #999999;
-}
\ No newline at end of file
+}