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

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

Issue 9923005: [WebUI] Fix rest of CSS style nits so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing PRESUBMIT.py change until ready 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..a6502e950c84a8a06c6aa4b1781b67011fa98b15 100644
--- a/chrome/browser/resources/tracing/timeline_view.css
+++ b/chrome/browser/resources/tracing/timeline_view.css
@@ -1,18 +1,18 @@
-/*
-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 +31,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;
}
« no previous file with comments | « chrome/browser/resources/tracing/timeline.css ('k') | chrome/browser/resources/tracing/tracing_controller.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698