Index: chrome/browser/resources/tracing.html |
diff --git a/chrome/browser/resources/tracing.html b/chrome/browser/resources/tracing.html |
index cbebf57b9dae5e575cc96483209b3311debd3bcf..3abbec863870c2d6670b4daee346f88c1f5e529a 100644 |
--- a/chrome/browser/resources/tracing.html |
+++ b/chrome/browser/resources/tracing.html |
@@ -20,12 +20,18 @@ html, body, #main-tabs { |
} |
body { |
+ display: -webkit-box; |
+ -webkit-box-orient: vertical; |
cursor: default; |
font-family: sans-serif; |
padding: 0; |
margin: 0; |
} |
+#tracing-title { |
+ margin: 1px; |
+} |
+ |
#debug-div { |
display: -webkit-box; |
position: fixed; |
@@ -34,10 +40,6 @@ body { |
border: 1px solid red; |
} |
-tabbox tabpanels { |
- padding: 1px; |
-} |
- |
</style> |
<link rel="stylesheet" href="tracing/overlay.css"> |
<link rel="stylesheet" href="tracing/profiling_view.css"> |
@@ -57,7 +59,7 @@ tabbox tabpanels { |
<body> |
<div id="debug-div"> |
</div> |
- <h1 i18n-content="tracingTitle">TITLE</h1> |
+ <h3 id="tracing-title" i18n-content="tracingTitle">TITLE</h3> |
<div id="profiling-view"> |
</div> |
<script src="chrome://resources/js/i18n_template.js"></script> |