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; |
} |