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

Side by Side Diff: Source/devtools/front_end/ui/flameChart.css

Issue 714423005: DevTools: move front-end files from components to ui. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed Created 6 years, 1 month 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 | Annotate | Revision Log
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: 0; 7 top: 0;
8 height: 20px; 8 height: 20px;
9 width: 4px; 9 width: 4px;
10 margin: 0 -2px; 10 margin: 0 -2px;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 } 56 }
57 57
58 .flame-chart-entry-info { 58 .flame-chart-entry-info {
59 position: absolute; 59 position: absolute;
60 bottom: 20px; 60 bottom: 20px;
61 left: 20px; 61 left: 20px;
62 height: 120px; 62 height: 120px;
63 background-color: rgba(255, 255, 255, 0.7); 63 background-color: rgba(255, 255, 255, 0.7);
64 pointer-events: none; 64 pointer-events: none;
65 } 65 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/TimelineGrid.js ('k') | Source/devtools/front_end/ui/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698