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

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

Issue 222913003: Add button to reset auto-open pref in Chrome OS settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change padding Created 6 years, 8 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
« no previous file with comments | « no previous file | 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 margin-left: 30px; 6 margin-left: 30px;
7 } 7 }
8 8
9 #home-page-url { 9 #home-page-url {
10 display: inline-block; 10 display: inline-block;
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 #privacy-explanation { 407 #privacy-explanation {
408 line-height: 1.8em; 408 line-height: 1.8em;
409 } 409 }
410 410
411 #advanced-settings { 411 #advanced-settings {
412 height: 0; 412 height: 0;
413 margin-top: 8px; 413 margin-top: 8px;
414 overflow: hidden; 414 overflow: hidden;
415 } 415 }
416 416
417 #auto-open-file-types-label {
418 padding: 0.45em 0
419 }
420
421 .sliding { 417 .sliding {
422 -webkit-transition: height 200ms; 418 -webkit-transition: height 200ms;
423 overflow-y: hidden; 419 overflow-y: hidden;
424 } 420 }
425 421
426 #keyboard-overlay .option-value > select { 422 #keyboard-overlay .option-value > select {
427 width: 100%; 423 width: 100%;
428 } 424 }
429 425
430 #keyboard-overlay table { 426 #keyboard-overlay table {
431 /* Same as .settings-row {margin}. */ 427 /* Same as .settings-row {margin}. */
432 -webkit-border-vertical-spacing: 0.65em; 428 -webkit-border-vertical-spacing: 0.65em;
433 } 429 }
434 430
435 #accessibility-autoclick .controlled-setting-with-label { 431 #accessibility-autoclick .controlled-setting-with-label {
436 -webkit-box-align: baseline; 432 -webkit-box-align: baseline;
437 } 433 }
438 434
439 #accessibility-autoclick label + select { 435 #accessibility-autoclick label + select {
440 /* Same as .controlled-setting-with-label > input + span. */ 436 /* Same as .controlled-setting-with-label > input + span. */
441 -webkit-margin-start: 0.6em; 437 -webkit-margin-start: 0.6em;
442 } 438 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698