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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_eula.css

Issue 2718133004: ChromeOS OOBE: More accessibility fixes. (Closed)
Patch Set: Created 3 years, 9 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 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 a { 5 a {
6 color: var(--google-blue-500); 6 color: var(--google-blue-500);
7 text-decoration: none; 7 text-decoration: none;
8 } 8 }
9 9
10 #crosEulaFrame, 10 #crosEulaFrame,
11 #installationSettings, 11 #installationSettings,
12 #logging { 12 #logging {
13 font: 13px Roboto, sans-serif; 13 font: 13px Roboto, sans-serif;
14 } 14 }
15 15
16 #installationSettings { 16 #installationSettings {
17 padding-top: 31px; /* = 44 - font size */ 17 margin-left: 20px;
michaelpg 2017/02/28 10:38:17 -webkit-margin-start
Alexander Alekseev 2017/03/01 00:48:34 Done.
18 margin-top: 31px; /* = 44 - font size */
18 } 19 }
19 20
20 #logging { 21 #logging {
21 color: rgba(0, 0, 0, 0.54); 22 color: rgba(0, 0, 0, 0.54);
22 padding-top: 21px; /* = 36 - font size */ 23 margin-bottom: 20px;
24 margin-left: 20px;
michaelpg 2017/02/28 10:38:17 -webkit-margin-start
Alexander Alekseev 2017/03/01 00:48:34 Done.
25 margin-top: 21px; /* = 36 - font size */
23 } 26 }
24 27
25 #usageStats { 28 #usageStats {
26 --paper-checkbox-size: 20px; 29 --paper-checkbox-size: 16px;
27 --paper-checkbox-checked-color: rgb(66, 133, 244); /* #4285f4 */ 30 --paper-checkbox-checked-color: rgb(66, 133, 244); /* #4285f4 */
28 /* End padding must be greater than --paper-checkbox-label-spacing */ 31 }
29 -webkit-padding-end: 16px; 32
30 max-width: 550px; 33 #usageStatsLabelContaner label {
31 padding-bottom: 20px; 34 color: rgba(0, 0, 0, .54);
32 } 35 }
33 36
34 .bottom-buttons { 37 .bottom-buttons {
35 padding: 0 6px; /* = 8px - 2px back button border */ 38 padding: 0 6px; /* = 8px - 2px back button border */
36 } 39 }
37 40
38 #eula-accept-button { 41 #eula-accept-button {
39 -webkit-padding-end: 18px; 42 -webkit-padding-end: 18px;
40 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698