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

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

Issue 2137713002: arc: Provide progress to load TOS content for OptIn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 5 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 ce232895c7a7057113260494323b81f74f715262..1ca1369a7eeaf88c8a85d82965e481c10ea537d8 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -16,7 +16,11 @@ webview,
}
#arc-support {
- padding: 0;
+ width: 960px;
+}
+
+#terms-view {
+ width: 468px;
}
.button-separator {
@@ -55,7 +59,7 @@ webview,
.section-checkbox-container {
margin: auto;
- padding: 16px 0 0 0;
+ padding: 8px 0 0 0;
text-align: left;
width: 468px;
}
@@ -64,7 +68,7 @@ webview,
border: 1px solid #e6e6e6;
color: rgba(0, 0, 0, 0.54);
flex: auto;
- margin: auto;
+ margin: 0 auto 8px auto;
overflow: hidden;
padding: 0;
width: 468px;
« 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