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

Unified Diff: chrome/browser/resources/tracing.html

Issue 7497049: Quick-fixes to about:tracing following move (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More minor tweaks Created 9 years, 4 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 | chrome/browser/resources/tracing/overlay_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/resources/tracing/overlay_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698