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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelineLandingPage.css

Issue 2637443004: DevTools: bring back old landing page in timeline/performance. (Closed)
Patch Set: review comments addressed Created 3 years, 11 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
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2016 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 .timeline-landing-page {
8 align-self: center;
9 max-width: 500px;
10 font-size: 14px;
11 margin-top: 30px;
12 }
13
14 .timeline-landing-page .timeline-perspective-body {
15 line-height: 1.5;
16 padding: 12px;
17 white-space: pre-line;
18 font-size: 12px;
19 }
20
21 .timeline-landing-page .timeline-perspective-body > div {
22 margin-bottom: 12px;
23 flex-shrink: 0;
24 }
25
26 .timeline-landing-page button {
27 min-width: 120px;
28 padding: 6px;
29 margin: 14px 14px 0 0;
30 }
31
32 .timeline-landing-page .recording-setting {
33 display: flex;
34 align-items: flex-start;
35 margin-bottom: 2px !important;
36 }
37
38 .timeline-landing-page .recording-setting label {
39 flex: 0 0 100px;
40 }
41
42 .timeline-landing-page .recording-setting-description {
43 color: #999;
44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698