| Index: runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| diff --git a/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html b/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| index cc955cf2c371e201c51e21c95cbfd374150bdc9b..565a67655135805b7bac356bf52e8fe1c72b58db 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| +++ b/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| @@ -4,6 +4,7 @@
|
|
|
| <polymer-element name="nav-bar" extends="observatory-element">
|
| <template>
|
| + <link rel="stylesheet" href="css/shared.css" />
|
| <style>
|
| nav ul {
|
| display: inline-table;
|
| @@ -47,10 +48,10 @@
|
| .menu ul {
|
| display: none;
|
| position: absolute;
|
| - top: 100%;
|
| + top: 98%;
|
| list-style: none;
|
| + margin: 0;
|
| padding: 0;
|
| - margin-left: 0;
|
| width: auto;
|
| z-index: 10;
|
| font: 400 16px 'Montserrat', sans-serif;
|
| @@ -167,7 +168,7 @@
|
| <nav-menu-item link="{{ isolate.relativeHashLink('allocationprofile') }}"
|
| anchor="heap profile"></nav-menu-item>
|
| <nav-menu-item link="{{ isolate.relativeHashLink('heapmap') }}"
|
| - anchor="heap map"></nav-menu-item>
|
| + anchor="heap map"></nav-menu-item>
|
| <nav-menu-item link="{{ isolate.relativeHashLink('debug/breakpoints') }}"
|
| anchor="breakpoints"></nav-menu-item>
|
| <content></content>
|
|
|