| OLD | NEW |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
| 2 <link rel="import" href="action_link.html"> | 2 <link rel="import" href="action_link.html"> |
| 3 <link rel="import" href="observatory_element.html"> | 3 <link rel="import" href="observatory_element.html"> |
| 4 | 4 |
| 5 <polymer-element name="nav-bar" extends="observatory-element"> | 5 <polymer-element name="nav-bar" extends="observatory-element"> |
| 6 <template> | 6 <template> |
| 7 <link rel="stylesheet" href="css/shared.css"> | 7 <link rel="stylesheet" href="css/shared.css"> |
| 8 <style> | 8 <style> |
| 9 nav { | 9 nav { |
| 10 position: fixed; | 10 position: fixed; |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 Disconnected from VM | 348 Disconnected from VM |
| 349 <br><br> | 349 <br><br> |
| 350 <a class="boxclose" on-click="{{ closeItem }}">×</a> | 350 <a class="boxclose" on-click="{{ closeItem }}">×</a> |
| 351 </div> | 351 </div> |
| 352 </template> | 352 </template> |
| 353 </template> | 353 </template> |
| 354 </polymer-element> | 354 </polymer-element> |
| 355 | 355 |
| 356 | 356 |
| 357 <script type="application/dart" src="nav_bar.dart"></script> | 357 <script type="application/dart" src="nav_bar.dart"></script> |
| OLD | NEW |