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

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

Issue 2259713003: Reland: arc: avoid checkbox AutomationNode issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 b892eff6ea870f232444c5c5a014aa3bc4ceef2a..22d02818699f8161bc1758aec1122f8fe417643d 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.css
+++ b/chrome/browser/resources/chromeos/arc_support/main.css
@@ -48,11 +48,6 @@ webview,
width: 1px;
}
-.checkbox-container {
- margin: 0;
- padding: 0 8px 0 0;
-}
-
.checkbox-option {
height: 12px;
margin: 0;
@@ -123,6 +118,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