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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/perf_ui/flameChart.css

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline 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
1 .flame-chart-main-pane { 1 .flame-chart-main-pane {
2 overflow: hidden; 2 overflow: hidden;
3 } 3 }
4 4
5 .flame-chart-marker-highlight-element { 5 .flame-chart-marker-highlight-element {
6 position: absolute; 6 position: absolute;
7 top: 1px; 7 top: 1px;
8 height: 18px; 8 height: 18px;
9 width: 6px; 9 width: 6px;
10 margin: 0 -3px; 10 margin: 0 -3px;
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 white-space: nowrap; 105 white-space: nowrap;
106 } 106 }
107 107
108 .flame-chart-entry-info table tr td:first-child { 108 .flame-chart-entry-info table tr td:first-child {
109 font-weight: bold; 109 font-weight: bold;
110 } 110 }
111 111
112 .flame-chart-entry-info table tr td span { 112 .flame-chart-entry-info table tr td span {
113 margin-right: 5px; 113 margin-right: 5px;
114 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698