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

Unified Diff: chrome/browser/resources/chromeos/arc_support/main.css

Issue 2104893003: Adds a new checkbox for backup and restore in opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds a new checkbox for backup and restore in opt-in flow. Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/arc_support/main.css
diff --git a/chrome/browser/resources/chromeos/arc_support/main.css b/chrome/browser/resources/chromeos/arc_support/main.css
index ae44d43a2b8f737564162a5b2a0a6e5e20251ff6..ce232895c7a7057113260494323b81f74f715262 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -23,7 +23,7 @@ webview,
width: 1px;
}
-.checkbox-metrics {
+.checkbox-option {
height: 16px;
margin: 0;
padding: 0 8px 0 0;
@@ -53,7 +53,7 @@ webview,
height: 688px;
}
-.section-metrics {
+.section-checkbox-container {
margin: auto;
padding: 16px 0 0 0;
text-align: left;
@@ -80,7 +80,7 @@ webview,
width: 600px;
}
-.text-metrics {
+.checkbox-text {
color: rgba(0, 0, 0, 0.54);
font-size: 10px;
font-weight: 400;
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/background.js ('k') | chrome/browser/resources/chromeos/arc_support/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698