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

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..d3a369bbb5808e451100597974ad3580412be75f 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -23,6 +23,7 @@ webview,
width: 1px;
}
+.checkbox-backup-restore,
khmel 2016/06/28 23:09:54 Can we use one class for this? for example: .check
malaykeshav 2016/06/29 01:29:07 Done
.checkbox-metrics {
height: 16px;
margin: 0;
@@ -53,6 +54,7 @@ webview,
height: 688px;
}
+.section-backup-restore,
.section-metrics {
margin: auto;
padding: 16px 0 0 0;
@@ -80,6 +82,7 @@ webview,
width: 600px;
}
+.text-backup-restore,
.text-metrics {
color: rgba(0, 0, 0, 0.54);
font-size: 10px;

Powered by Google App Engine
This is Rietveld 408576698