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

Unified Diff: chrome/browser/resources/options/language_dictionary_overlay.css

Issue 11362063: Editing the custom spelling dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Exclude custom dictionary WebUI from mac Created 8 years, 1 month 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/options/language_dictionary_overlay.css
diff --git a/chrome/browser/resources/options/language_dictionary_overlay.css b/chrome/browser/resources/options/language_dictionary_overlay.css
new file mode 100644
index 0000000000000000000000000000000000000000..647121282b793058486bad82172b08d848e7f07f
--- /dev/null
+++ b/chrome/browser/resources/options/language_dictionary_overlay.css
@@ -0,0 +1,12 @@
+/* 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. */
+
+#language-dictionary-overlay-page {
+ height: 300px;
+ width: 400px;
+}
+
+.dictionary-word-list-item {
+ width: 322px;
+}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/language_dictionary_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698