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

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

Issue 2639243003: DevTools: tweak performance landing page style. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
index 9c44d210200cc9a7bd56a2c004b6cb8a3b795f29..64855e5cb7836eff22ab1cf83ae4a9a3dfa7f37f 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -654,11 +654,13 @@
align-items: center;
overflow: auto;
font-size: 13px;
+ line-height: 15px;
color: #777;
}
.timeline-landing-page > div {
- width: 430px;
+ max-width: 430px;
+ margin: 10px;
}
.timeline-landing-page > div > p {
@@ -666,12 +668,11 @@
}
.timeline-landing-warning {
- border: 1px solid #fdd835;
background-color: #fffde7;
- padding: 5px;
+ padding: 10px 14px;
+ box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.timeline-landing-warning span[is=ui-icon] {
- position: relative;
- top:7px;
+ margin: -8px;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698