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

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

Issue 1523593002: Add an option in language settings for activating the IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove pref kLangugaeImeMenuFlagEnabled Created 4 years, 12 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/options/language_options.css
diff --git a/chrome/browser/resources/options/language_options.css b/chrome/browser/resources/options/language_options.css
index 732f928a0f87aa5b845b0963ed3d13c1fb44f74f..4244a09645c57e808fd36bcbdd67dc1969e5310a 100644
--- a/chrome/browser/resources/options/language_options.css
+++ b/chrome/browser/resources/options/language_options.css
@@ -91,6 +91,12 @@
margin-top: 0.65em;
}
+.language-options-ime-menu-desc {
+ -webkit-margin-start: 18px;
+ font-size: 80%;
+ padding-bottom: 2px;
+}
+
#language-options-list {
-webkit-box-flex: 1;
outline: none;

Powered by Google App Engine
This is Rietveld 408576698