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="eval_box.html"> | 3 <link rel="import" href="eval_box.html"> |
4 <link rel="import" href="isolate_summary.html"> | 4 <link rel="import" href="isolate_summary.html"> |
5 <link rel="import" href="library_ref.html"> | |
6 <link rel="import" href="script_inset.html"> | 5 <link rel="import" href="script_inset.html"> |
7 | 6 |
8 <polymer-element name="isolate-view"> | 7 <polymer-element name="isolate-view"> |
9 <template> | 8 <template> |
10 <link rel="stylesheet" href="css/shared.css"> | 9 <link rel="stylesheet" href="css/shared.css"> |
11 <style> | 10 <style> |
12 .sourceInset { | 11 .sourceInset { |
13 padding-left: 15%; | 12 padding-left: 15%; |
14 padding-right: 15%; | 13 padding-right: 15%; |
15 } | 14 } |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 <hr> | 133 <hr> |
135 <script-inset script="{{ rootLibrary.rootScript }}"> | 134 <script-inset script="{{ rootLibrary.rootScript }}"> |
136 </script-inset> | 135 </script-inset> |
137 </div> | 136 </div> |
138 | 137 |
139 <view-footer></view-footer> | 138 <view-footer></view-footer> |
140 </template> | 139 </template> |
141 </polymer-element> | 140 </polymer-element> |
142 | 141 |
143 <script type="application/dart" src="isolate_view.dart"></script> | 142 <script type="application/dart" src="isolate_view.dart"></script> |
OLD | NEW |