Chromium Code Reviews| 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..a7255fa214b056baff9358157682a2d4895a4e70 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 { |
| +#crosEulaFrame, |
| +#installationSettings, |
| +#logging { |
| + font: 13px Roboto, sans-serif; |
| margin: 0 20px; |
| } |
| + |
| +a { |
| + color: var(--google-blue-500); |
| + text-decoration: none; |
| +} |
|
stevenjb
2016/08/23 16:45:17
We should group CSS by specificity, e.g. element t
Alexander Alekseev
2016/08/25 01:28:22
Done.
|
| + |
| +#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 */ |
| +} |