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

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

Issue 2434823002: arc: Add Goolge Privacy Policy link to OptIn UI. (Closed)
Patch Set: Created 4 years, 2 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 e2226bec711a86ada746a79041da05bfdd18d7b7..4aef81c2b1948920de56ab2d0498dd69207fb1e5 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -34,6 +34,12 @@ webview,
width: 960px;
}
+#privacy-policy-link {
+ margin: 0;
+ padding: 0;
+ text-align: left;
xiyuan 2016/10/19 16:17:51 Consider removing this and putting #privacy-policy
khmel 2016/10/19 16:33:30 I removed it. It is not required in either case. A
+}
+
#terms-view {
width: 640px;
}

Powered by Google App Engine
This is Rietveld 408576698