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

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

Issue 2429793003: arc: Use overlay to show links from ToS. (Closed)
Patch Set: learn-more-content rename 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 a7704c905c99c0f38052eba7e2da7e3f6eb25723..e2226bec711a86ada746a79041da05bfdd18d7b7 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -87,11 +87,34 @@ webview,
width: 960px;
}
+.overlay-text .page {
+ width: 480px;
+}
+
+.overlay-text webview {
+ display: none;
+}
+
+.overlay-url .page {
+ width: 640px;
+}
+
+.overlay-url span {
+ display: none;
+}
+
+.overlay-url webview {
+ display: block;
+ height: 300px;
+ margin: 24px 8px 8px 8px;
+ padding: 0;
+ width: 100%;
+}
+
.page {
font-family: 'Roboto';
font-size: 13px;
text-align: left;
- width: 480px;
}
.scrollable {
« 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