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

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

Issue 2274543002: Reland: arc: avoid checkbox AutomationNode issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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 dffb4901afa1f264ebc4947d09f19c210be396b8..f16f27ce1236d5c195e24e05d1c0720b8d75bf03 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -50,11 +50,6 @@ webview,
width: 1px;
}
-.checkbox-container {
- margin: 0;
- padding: 0 8px 0 0;
-}
-
.checkbox-option {
height: 12px;
margin: 0;
@@ -125,6 +120,11 @@ webview,
width: 640px;
}
+.section-checkbox-container > input[type='checkbox'] {
+ flex-shrink: 0;
+ margin: 0 8px 0 0;
+}
+
.section-terms {
border: 1px solid #e6e6e6;
color: rgba(0, 0, 0, 0.54);
« 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