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

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

Issue 2771013003: ChromeOS OOBE: Update alignment of checkbox label. (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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_eula.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 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,
(...skipping 19 matching lines...) Expand all
30 margin-bottom: 20px; 30 margin-bottom: 20px;
31 margin-top: 23px; /* = 36 - font size */ 31 margin-top: 23px; /* = 36 - font size */
32 } 32 }
33 33
34 #usageStats { 34 #usageStats {
35 --paper-checkbox-size: 16px; 35 --paper-checkbox-size: 16px;
36 --paper-checkbox-checked-color: var(--google-blue-500); 36 --paper-checkbox-checked-color: var(--google-blue-500);
37 size: 16px; 37 size: 16px;
38 } 38 }
39 39
40 #usageStatsLabelContainer {
41 -webkit-margin-start: 16px;
42 }
43
40 #usageStatsLabelContainer label { 44 #usageStatsLabelContainer label {
41 -webkit-margin-start: 16px;
42 color: rgba(0, 0, 0, .54); 45 color: rgba(0, 0, 0, .54);
46 line-height: 20px;
43 } 47 }
44 48
45 .bottom-buttons { 49 .bottom-buttons {
46 padding: 0 6px; /* = 8px - 2px back button border */ 50 padding: 0 6px; /* = 8px - 2px back button border */
47 } 51 }
48 52
49 #eula-accept-button { 53 #eula-accept-button {
50 -webkit-padding-end: 18px; 54 -webkit-padding-end: 18px;
51 } 55 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_eula.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698