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

Side by Side Diff: chrome_linux64/resources/inspector/flameChart.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 .overview-container { 1 .overview-container {
2 overflow: hidden; 2 overflow: hidden;
3 position: absolute; 3 position: absolute;
4 top: 0; 4 top: 0;
5 width: 100%; 5 width: 100%;
6 height: 80px; 6 height: 80px;
7 } 7 }
8 8
9 .chart-container { 9 .chart-container {
10 overflow: hidden; 10 overflow: hidden;
(...skipping 11 matching lines...) Expand all
22 border-bottom: 1px solid rgba(0, 0, 0, 0.3); 22 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
23 } 23 }
24 24
25 .flame-chart-overview-canvas { 25 .flame-chart-overview-canvas {
26 position: absolute; 26 position: absolute;
27 top: 20px; 27 top: 20px;
28 left: 0; 28 left: 0;
29 right: 0; 29 right: 0;
30 bottom: 0; 30 bottom: 0;
31 } 31 }
32
33 .chart-container .entry-info {
34 position: absolute;
35 left: 10px;
36 top: 25px;
37 background-color: rgba(255, 255, 255, 0.8);
38 pointer-events: none;
39 }
40
41 .chart-container .entry-info .title {
42 font-weight: bold;
43 }
OLDNEW
« no previous file with comments | « chrome_linux64/resources/inspector/filter.css ('k') | chrome_linux64/resources/inspector/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698