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

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

Issue 2541333002: ChromeOS MD-OOBE: "Back" button for EULA screen. (Closed)
Patch Set: Update after review. Created 4 years 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 18 matching lines...) Expand all
29 -webkit-padding-end: 16px; 29 -webkit-padding-end: 16px;
30 max-width: 550px; 30 max-width: 550px;
31 padding-bottom: 20px; 31 padding-bottom: 20px;
32 } 32 }
33 33
34 #accept-button-text { 34 #accept-button-text {
35 text-transform: uppercase; 35 text-transform: uppercase;
36 } 36 }
37 37
38 .bottom-buttons { 38 .bottom-buttons {
39 padding: 0 24px; 39 padding: 0 6px; /* = 8px - 2px back button border */
40 } 40 }
41
42 #eula-accept-button {
43 -webkit-padding-end: 18px;
44 }
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