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

Unified Diff: chrome/browser/resources/chromeos/switch_access/options.css

Issue 2939133004: Added to options page to let users change keyboard mappings. (Closed)
Patch Set: Missing semicolon Created 3 years, 6 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/switch_access/options.css
diff --git a/chrome/browser/resources/chromeos/switch_access/options.css b/chrome/browser/resources/chromeos/switch_access/options.css
index fc8d0902d8159913634e31670081a2b5ee5a9ad6..863d0e986b1337a4e7f4d22727f5504a27189b1b 100644
--- a/chrome/browser/resources/chromeos/switch_access/options.css
+++ b/chrome/browser/resources/chromeos/switch_access/options.css
@@ -6,3 +6,21 @@
clear: left;
float: left;
}
+
+.container::after {
+ clear: both;
+ content: '';
+ display: block;
+}
+
+#keyboardMappingDiv * {
+ float: left;
+}
+
+#keyboardMappingDiv label {
+ clear: left;
+}
+
+#keyboardMappingDiv span {
+ white-space: pre-wrap;
+}

Powered by Google App Engine
This is Rietveld 408576698