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

Side by Side 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: rebase Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file. */
4 */
5 4
6 .timeline-view { 5 .timeline-view {
7 -webkit-box-flex: 1; 6 -webkit-box-flex: 1;
8 -webkit-box-orient: vertical; 7 -webkit-box-orient: vertical;
9 display: -webkit-box; 8 display: -webkit-box;
10 padding: 0; 9 padding: 0;
11 } 10 }
12 11
13 .timeline-view > .timeline { 12 .timeline-view > .timeline {
14 -webkit-box-flex: 1; 13 -webkit-box-flex: 1;
(...skipping 22 matching lines...) Expand all
37 overflow: auto; 36 overflow: auto;
38 } 37 }
39 38
40 .timeline-view .selection { 39 .timeline-view .selection {
41 margin: 2px; 40 margin: 2px;
42 } 41 }
43 42
44 .timeline-view .selection ul { 43 .timeline-view .selection ul {
45 margin: 0; 44 margin: 0;
46 } 45 }
OLDNEW
« 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