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

Unified Diff: chrome/browser/resources/tracing/timeline_view.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: estade review Created 8 years, 9 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
Index: chrome/browser/resources/tracing/timeline_view.css
diff --git a/chrome/browser/resources/tracing/timeline_view.css b/chrome/browser/resources/tracing/timeline_view.css
index 65c8d628581164ebabd6e16a4775c8b23494dd50..f5bc159acb482d21ac2ee5d1f980d911c9e2a5d7 100644
--- a/chrome/browser/resources/tracing/timeline_view.css
+++ b/chrome/browser/resources/tracing/timeline_view.css
@@ -1,18 +1,17 @@
-/*
-Copyright (c) 2011 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
-*/
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
.timeline-view {
- padding: 0;
- -webkit-box-orient: vertical;
-webkit-box-flex: 1;
+ -webkit-box-orient: vertical;
display: -webkit-box;
+ padding: 0;
}
.timeline-view > .timeline {
- display: -webkit-box;
-webkit-box-flex: 1;
+ display: -webkit-box;
overflow: auto;
}
@@ -31,9 +30,9 @@ found in the LICENSE file.
.timeline-view .summary-container {
border-top: 1px solid black;
+ font-family: monospace;
max-height: 250px;
min-height: 250px;
- font-family: monospace;
overflow: auto;
}

Powered by Google App Engine
This is Rietveld 408576698