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

Unified Diff: chrome/browser/resources/translate_internals/translate_internals.css

Issue 13842010: Added chrome://translate-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix for Windows (SendMessage could be replaced with SendMessageW) Created 7 years, 8 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
Index: chrome/browser/resources/translate_internals/translate_internals.css
diff --git a/chrome/browser/resources/history/alert_overlay.css b/chrome/browser/resources/translate_internals/translate_internals.css
similarity index 52%
copy from chrome/browser/resources/history/alert_overlay.css
copy to chrome/browser/resources/translate_internals/translate_internals.css
index c843149f99d0bfb95e129a4a97381abd448561cc..cfb2611b84487f5a653f57ac4bb1a0b465b76c57 100644
--- a/chrome/browser/resources/history/alert_overlay.css
+++ b/chrome/browser/resources/translate_internals/translate_internals.css
@@ -2,19 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.overlay .page .button-strip > button {
- min-width: 7em;
-}
-
-.overlay {
- z-index: 3;
-}
-
-#alertOverlayMessage {
- width: 400px;
-}
-
-#alertOverlayMessage {
+#tabpanel-prefs p {
+ font-family: monospace;
+ text-wrap: unrestricted;
white-space: pre-wrap;
- word-wrap: break-word;
-}
+}
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/resources/translate_internals/translate_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698