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

Side by Side Diff: chrome/browser/resources/tracing/tracing_controller.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 .gpu-tracing-overlay { 6 .tracing-overlay {
7 text-align: center; 7 text-align: center;
8 display: -webkit-box; 8 display: -webkit-box;
9 width: 200px; 9 width: 200px;
10 height: 80px; 10 height: 80px;
11 -webkit-box-orient: vertical; 11 -webkit-box-orient: vertical;
12 -webkit-box-pack: center; 12 -webkit-box-pack: center;
13 -webkit-box-align: center; 13 -webkit-box-align: center;
14 } 14 }
15 15
16 .gpu-tracing-start-button { 16 .tracing-start-button {
17 position: fixed; 17 position: fixed;
18 right: 3px; 18 right: 3px;
19 top: -1px; 19 top: -1px;
20 -webkit-margin-start: 5px; 20 -webkit-margin-start: 5px;
21 text-decoration: none; 21 text-decoration: none;
22 text-align: center; 22 text-align: center;
23 display: inline-block; 23 display: inline-block;
24 margin-top: 4px; 24 margin-top: 4px;
25 padding: 5px 10px 3px 10px; 25 padding: 5px 10px 3px 10px;
26 border-top-right-radius: 8px; 26 border-top-right-radius: 8px;
27 border-top-left-radius: 8px; 27 border-top-left-radius: 8px;
28 background-clip: border-box; 28 background-clip: border-box;
29 background: rgb(255, 0, 0); 29 background: rgb(255, 0, 0);
30 border: 1px solid black; 30 border: 1px solid black;
31 border-bottom: 0; 31 border-bottom: 0;
32 } 32 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing/timeline_view.js ('k') | chrome/browser/resources/tracing/tracing_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698