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

Unified Diff: tools/cc-frame-viewer/src/tile_view.css

Issue 12225131: [cc] Initial checkin of cc-frame-viewer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/cc-frame-viewer/src/tests.html ('k') | tools/cc-frame-viewer/src/tile_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cc-frame-viewer/src/tile_view.css
diff --git a/chrome/browser/resources/options/do_not_track_confirm_overlay.css b/tools/cc-frame-viewer/src/tile_view.css
similarity index 60%
copy from chrome/browser/resources/options/do_not_track_confirm_overlay.css
copy to tools/cc-frame-viewer/src/tile_view.css
index 96950c1026562b04b3c6c08cd7b48702c5258a57..482bb771c9061777fc69851d15e206c4b7078bb3 100644
--- a/chrome/browser/resources/options/do_not_track_confirm_overlay.css
+++ b/tools/cc-frame-viewer/src/tile_view.css
@@ -1,7 +1,9 @@
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-
-#do-not-track-confirm-overlay {
- width: 500px;
+x-tile-view {
+ display: block;
+ font-family: monospace;
+ white-space: pre;
+ -webkit-user-select: text;
}
« no previous file with comments | « tools/cc-frame-viewer/src/tests.html ('k') | tools/cc-frame-viewer/src/tile_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698