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

Side by Side Diff: chrome/browser/resources/options/language_options.css

Issue 152143009: Clarify settings UI in multi-profiles mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase... Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #languagePage .content-area { 5 #languagePage .content-area {
6 width: 660px; 6 width: 660px;
7 } 7 }
8 8
9 .language-options { 9 .language-options {
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 11 matching lines...) Expand all
22 font-weight: bold; 22 font-weight: bold;
23 margin-bottom: 12px; 23 margin-bottom: 12px;
24 margin-top: 12px; 24 margin-top: 12px;
25 } 25 }
26 26
27 .language-options-contents { 27 .language-options-contents {
28 min-height: 28px; 28 min-height: 28px;
29 padding: 0 12px 4px; 29 padding: 0 12px 4px;
30 } 30 }
31 31
32 .language-options-contents > span:not(.input-method-label) { 32 .language-options-contents >
33 span:not(.input-method-label):not(.controlled-setting-indicator) {
33 display: inline-block; 34 display: inline-block;
34 margin: 1px; 35 margin: 1px;
35 padding: 0.42em 10px; 36 padding: 0.42em 10px;
36 } 37 }
37 38
38 .language-options-header, 39 .language-options-header,
39 .language-options-footer { 40 .language-options-footer {
40 line-height: 1.2em; 41 line-height: 1.2em;
41 margin: 10px 0; 42 margin: 10px 0;
42 } 43 }
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 } 187 }
187 188
188 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */ 189 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */
189 #add-language-overlay-language-list { 190 #add-language-overlay-language-list {
190 width: -webkit-calc(100% - 4px); 191 width: -webkit-calc(100% - 4px);
191 } 192 }
192 193
193 .standalone-link-button { 194 .standalone-link-button {
194 padding: 0; 195 padding: 0;
195 } 196 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/controlled_setting.js ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698