| Index: chrome/browser/resources/chromeos/login/oobe_eula.css
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_eula.css b/chrome/browser/resources/chromeos/login/oobe_eula.css
|
| index 433cf6ad9d7392993c733ef0bcfd2e6d572acfa6..dbc73a9930e97dc90f3c2e8c75bff9af4aa1deb8 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_eula.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_eula.css
|
| @@ -2,6 +2,30 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -#crosEulaFrame {
|
| +a {
|
| + color: var(--google-blue-500);
|
| + text-decoration: none;
|
| +}
|
| +
|
| +#crosEulaFrame,
|
| +#installationSettings,
|
| +#logging {
|
| + font: 13px Roboto, sans-serif;
|
| margin: 0 20px;
|
| }
|
| +
|
| +#installationSettings {
|
| + padding-top: 31px; /* = 44 - font size */
|
| +}
|
| +
|
| +#logging {
|
| + color: rgba(0, 0, 0, 0.54);
|
| + padding-top: 21px; /* = 36 - font size */
|
| +}
|
| +
|
| +#usageStats {
|
| + --paper-checkbox-size: 16px;
|
| + max-width: 550px;
|
| + padding-bottom: 20px;
|
| + padding-right: 16px; /* Must be greater than --paper-checkbox-label-spacing */
|
| +}
|
|
|