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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_eula.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 defff1b08ae09e78b80c6eb3a4f9315c0d1dd662..390d9524478152c1e8cbaa52ac6263015024881a 100644
--- a/chrome/browser/resources/chromeos/login/oobe_eula.css
+++ b/chrome/browser/resources/chromeos/login/oobe_eula.css
@@ -36,5 +36,9 @@ a {
}
.bottom-buttons {
- padding: 0 24px;
+ padding: 0 6px; /* = 8px - 2px back button border */
+}
+
+#eula-accept-button {
+ -webkit-padding-end: 18px;
}
« 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