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

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

Issue 2758733002: ChromeOS OOBE: Update iframe border of EULA screen. (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 | no next file » | 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,
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 #crosEulaFrame {
17 border: 1px solid var(--google-blue-500);
18 border-radius: 2px;
19 box-shadow: 0 1px 4px rgba(0, 0, 0, .13);
20 }
21
16 #installationSettings { 22 #installationSettings {
17 -webkit-margin-start: 20px; 23 -webkit-margin-start: 20px;
18 margin-top: 31px; /* = 44 - font size */ 24 margin-top: 31px; /* = 44 - font size */
19 } 25 }
20 26
21 #logging { 27 #logging {
22 -webkit-margin-start: 20px; 28 -webkit-margin-start: 20px;
23 color: rgba(0, 0, 0, 0.54); 29 color: rgba(0, 0, 0, 0.54);
24 margin-bottom: 20px; 30 margin-bottom: 20px;
25 margin-top: 23px; /* = 36 - font size */ 31 margin-top: 23px; /* = 36 - font size */
26 } 32 }
27 33
28 #usageStats { 34 #usageStats {
29 --paper-checkbox-size: 16px; 35 --paper-checkbox-size: 16px;
30 --paper-checkbox-checked-color: rgb(66, 133, 244); /* #4285f4 */ 36 --paper-checkbox-checked-color: var(--google-blue-500);
37 size: 16px;
31 } 38 }
32 39
33 #usageStatsLabelContainer label { 40 #usageStatsLabelContainer label {
41 -webkit-margin-start: 16px;
34 color: rgba(0, 0, 0, .54); 42 color: rgba(0, 0, 0, .54);
35 } 43 }
36 44
37 .bottom-buttons { 45 .bottom-buttons {
38 padding: 0 6px; /* = 8px - 2px back button border */ 46 padding: 0 6px; /* = 8px - 2px back button border */
39 } 47 }
40 48
41 #eula-accept-button { 49 #eula-accept-button {
42 -webkit-padding-end: 18px; 50 -webkit-padding-end: 18px;
43 } 51 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698