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

Side by Side Diff: content/browser/resources/accessibility/accessibility.css

Issue 2690653004: Expose a11y modes of web renderers to chrome://accessibility. (Closed)
Patch Set: add a comment to remind that we need to keep values in sync Created 3 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2013 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 body { 7 body {
8 font-family: Arial, sans-serif; 8 font-family: Arial, sans-serif;
9 font-size: 12px; 9 font-size: 12px;
10 margin: 10px 20px; 10 margin: 10px 20px;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 margin: 0 0 2px 0; 50 margin: 0 0 2px 0;
51 padding: 0; 51 padding: 0;
52 flex-grow: 0; 52 flex-grow: 0;
53 } 53 }
54 54
55 .secondary { 55 .secondary {
56 margin: 0 0 12px 32px; 56 margin: 0 0 12px 32px;
57 color: #696969; 57 color: #696969;
58 } 58 }
59 59
60 a {
61 margin: 10px 20px;
62 }
63
60 label { 64 label {
61 margin: 0 0 2px 0; 65 margin: 0 0 2px 0;
62 padding: 0; 66 padding: 0;
63 flex-grow: 1; 67 flex-grow: 1;
64 } 68 }
65 69
66 label.disabled { 70 label.disabled {
67 color: #696969; 71 color: #696969;
68 } 72 }
69 73
70 label input[type="checkbox"] { 74 label input[type="checkbox"] {
71 margin-right: 6px; 75 margin-right: 6px;
72 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698