summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/options/language_options.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/options/language_options.css')
-rw-r--r--chromium/chrome/browser/resources/options/language_options.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/options/language_options.css b/chromium/chrome/browser/resources/options/language_options.css
index 4e86bbbe02b..07f968f1ccb 100644
--- a/chromium/chrome/browser/resources/options/language_options.css
+++ b/chromium/chrome/browser/resources/options/language_options.css
@@ -2,6 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+#languagePage .content-area {
+ width: 660px;
+}
+
.language-options {
display: -webkit-box;
margin: 10px 0;
@@ -25,7 +29,8 @@
padding: 0 12px 4px;
}
-.language-options-contents > span:not(.input-method-label) {
+.language-options-contents >
+ span:not(.input-method-label):not(.controlled-setting-indicator) {
display: inline-block;
margin: 1px;
padding: 0.42em 10px;
@@ -59,9 +64,10 @@
}
#language-options-details {
+ -webkit-box-flex: 1;
/* To share the center line with the left pane. */
-webkit-margin-start: -1px;
- width: 360px;
+ overflow-y: auto;
}
#language-options-details h3:not(:first-of-type) {