Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/timeline/timelineLandingPage.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelineLandingPage.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelineLandingPage.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6131425e7e355b17f3b7ac06ab19b3c83fcead4e |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelineLandingPage.css |
| @@ -0,0 +1,72 @@ |
| +/* |
| + * Copyright (c) 2016 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-landing-page { |
| + align-self: center; |
| + max-width: 500px; |
| + font-size: 13px; |
| +} |
| + |
| +.timeline-landing-page .tabbed-pane { |
| + padding: 10px 0 0 0; |
| +} |
| + |
| +.timeline-landing-page .tabbed-pane-header { |
|
pfeldman
2016/12/10 02:15:59
This should be removed.
|
| + background-color: inherit; |
| + flex-basis: 33px; |
| + align-items: center; |
| +} |
| + |
| +.timeline-landing-page .tabbed-pane-header-contents { |
|
pfeldman
2016/12/10 02:15:59
This should be removed.
|
| + margin-left: 0; |
| +} |
| + |
| +.timeline-landing-page .tabbed-pane-header-tab { |
|
pfeldman
2016/12/10 02:15:59
This should be removed.
|
| + border: none; |
| + padding: 4px 12px; |
| + cursor: pointer; |
| + font-size: 13px; |
| + height: 30px; |
| +} |
| + |
| +.timeline-landing-page .timeline-perspective-body { |
| + align-items: stretch; |
| + line-height: 1.5; |
| + padding: 12px; |
| + white-space: pre-line; |
| + width: 100%; |
| + font-size: 12px; |
| +} |
| + |
| +.timeline-landing-page .timeline-perspective-body > div { |
| + margin-bottom: 12px; |
| + flex-shrink: 0; |
| +} |
| + |
| +.timeline-landing-page button.action-button { |
|
pfeldman
2016/12/10 02:15:59
Please use devtools button custom element.
|
| + width: 90px; |
| + height: 26px; |
| + margin: 10px 0 0 0; |
| +} |
| + |
| +.timeline-landing-page .recording-setting { |
| + display: flex; |
| + align-items: flex-start; |
| + margin-bottom: 2px !important; |
| +} |
| + |
| +.timeline-landing-page .recording-setting input { |
|
pfeldman
2016/12/10 02:15:59
Please use devtools checkbox with label custom ele
|
| + margin-left: 0; |
| + margin-right: 8px; |
| +} |
| + |
| +.timeline-landing-page .recording-setting label { |
|
pfeldman
2016/12/10 02:15:59
ditto
|
| + flex: 100px 0 0; |
| +} |
| + |
| +.timeline-landing-page .recording-setting-description { |
| + color: #999; |
| +} |