Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: runtime/observatory/lib/src/elements/class_view.html

Issue 1123143002: Make script-insets obey their bounds, and other padding tweaks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/function_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/class_view.html
diff --git a/runtime/observatory/lib/src/elements/class_view.html b/runtime/observatory/lib/src/elements/class_view.html
index eadd09b6c3ab8a7e8928e33e3f60d51aec68a58c..0dddf0874cf21292892cacfd74d606ae253c166b 100644
--- a/runtime/observatory/lib/src/elements/class_view.html
+++ b/runtime/observatory/lib/src/elements/class_view.html
@@ -199,18 +199,16 @@
</template>
</div>
- <hr>
-
- <div class="content">
+ <div class="content-centered-big">
+ <hr>
<eval-box callback="{{ eval }}"></eval-box>
+ <hr>
+ <script-inset script="{{ cls.script }}"
+ startPos="{{ cls.tokenPos }}"
+ endPos="{{ cls.endTokenPos }}">
+ </script-inset>
</div>
- <hr>
- <script-inset script="{{ cls.script }}"
- startPos="{{ cls.tokenPos }}"
- endPos="{{ cls.endTokenPos }}">
- </script-inset>
-
<view-footer></view-footer>
</template>
</polymer-element>
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/function_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698