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

Side by Side Diff: chrome/browser/resources/tracing/overlay.css

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 */ 5 */
6 .overlay-root { 6 .overlay-root {
7 display: -webkit-box; 7 display: -webkit-box;
8 position: fixed; 8 position: fixed;
9 width: 100%; 9 width: 100%;
10 height: 100%; 10 height: 100%;
(...skipping 17 matching lines...) Expand all
28 -webkit-user-select: auto; 28 -webkit-user-select: auto;
29 display: -webkit-box; 29 display: -webkit-box;
30 -webkit-box-orient: vertical; 30 -webkit-box-orient: vertical;
31 -webkit-box-align: stretch; 31 -webkit-box-align: stretch;
32 -webkit-box-pack: center; 32 -webkit-box-pack: center;
33 } 33 }
34 34
35 .overlay-root > .content-host > * { 35 .overlay-root > .content-host > * {
36 background: rgb(255, 255, 255); 36 background: rgb(255, 255, 255);
37 } 37 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing/fast_rect_renderer.js ('k') | chrome/browser/resources/tracing/overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698