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

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

Issue 2576303002: DevTools: Refactor Timeline Landing Page (Closed)
Patch Set: Created 4 years 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: 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
index d6a652f1f7cc1cd79f36be7a8c8c7f1223dc8b18..5d3008a41bc73d864871427304e4061d67896616 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelineLandingPage.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelineLandingPage.css
@@ -7,19 +7,14 @@
.timeline-landing-page {
align-self: center;
max-width: 500px;
- font-size: 13px;
-}
-
-.timeline-landing-page .tabbed-pane {
- padding: 10px 0 0 0;
+ font-size: 14px;
+ margin-top: 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;
}
@@ -29,9 +24,9 @@
}
.timeline-landing-page button {
- min-width: 90px;
- min-height: 26px;
- margin: 10px 0 0 0;
+ min-width: 120px;
+ padding: 6px;
+ margin: 14px 14px 0 0;
}
.timeline-landing-page .recording-setting {

Powered by Google App Engine
This is Rietveld 408576698