diff --git a/heron/tools/ui/resources/static/css/main.css b/heron/tools/ui/resources/static/css/main.css index 5cde8207f9d..0ae4425d60d 100644 --- a/heron/tools/ui/resources/static/css/main.css +++ b/heron/tools/ui/resources/static/css/main.css @@ -583,8 +583,7 @@ header { left: 0; } .dashboard-wrapper { - /*padding: 30px;*/ - padding: 0px 30px 30px 10px; + padding: 0px 10px 20px 10px; position: relative; margin: 0px 0px 10px 10px; background: white; @@ -2269,6 +2268,7 @@ div#display-navigator { padding-bottom: 5px; background-color: transparent; border-width: 0px; + outline: none; /* disable outline after clicked on */ } #display-navigator .navbar-default button.active { @@ -2280,6 +2280,7 @@ div#topologydetails { border-style: solid; border-width: 1px; border-color: #dddddd; + overflow-y: scroll; } div#topologydetails div.display-info { diff --git a/heron/tools/ui/resources/templates/topology.html b/heron/tools/ui/resources/templates/topology.html index 49961a7b948..f743c787a5c 100644 --- a/heron/tools/ui/resources/templates/topology.html +++ b/heron/tools/ui/resources/templates/topology.html @@ -103,7 +103,7 @@