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

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

Issue 2273273003: Update strings for ash palette and rename options/settings files. (Closed)
Patch Set: A few more string changes Created 4 years, 3 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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #change-home-page-section { 5 #change-home-page-section {
6 -webkit-margin-start: 30px; 6 -webkit-margin-start: 30px;
7 } 7 }
8 8
9 #home-page-url { 9 #home-page-url {
10 display: inline-block; 10 display: inline-block;
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 width: 100%; 430 width: 100%;
431 } 431 }
432 432
433 #keyboard-overlay table, 433 #keyboard-overlay table,
434 #power-overlay table { 434 #power-overlay table {
435 /* Same as .settings-row {margin}. */ 435 /* Same as .settings-row {margin}. */
436 -webkit-border-horizontal-spacing: 0; 436 -webkit-border-horizontal-spacing: 0;
437 -webkit-border-vertical-spacing: 0.65em; 437 -webkit-border-vertical-spacing: 0.65em;
438 } 438 }
439 439
440 #note-settings-link, 440 #stylus-settings-link,
441 #power-settings-link { 441 #power-settings-link {
442 /* Match the spacing of the touchpad/mouse slider. */ 442 /* Match the spacing of the touchpad/mouse slider. */
443 line-height: 25px; 443 line-height: 25px;
444 } 444 }
445 445
446 #accessibility-autoclick .controlled-setting-with-label { 446 #accessibility-autoclick .controlled-setting-with-label {
447 -webkit-box-align: baseline; 447 -webkit-box-align: baseline;
448 } 448 }
449 449
450 #accessibility-autoclick-dropdown, 450 #accessibility-autoclick-dropdown,
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 483
484 /* An input that has no function except to take up the same amount of space as 484 /* An input that has no function except to take up the same amount of space as
485 * a checkbox. */ 485 * a checkbox. */
486 .spacer-checkbox { 486 .spacer-checkbox {
487 visibility: hidden; 487 visibility: hidden;
488 } 488 }
489 489
490 #android-apps-settings { 490 #android-apps-settings {
491 -webkit-margin-start: 30px; 491 -webkit-margin-start: 30px;
492 } 492 }
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698