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

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: Fixed merge conflict and formatting error 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..e51ca3bf2ba4f46994f53cda7f405fbf30948cc9 100644
--- a/chrome/browser/resources/chromeos/switch_access/options.css
+++ b/chrome/browser/resources/chromeos/switch_access/options.css
@@ -6,3 +6,26 @@
clear: left;
float: left;
}
+
+.container::after {
+ clear: both;
+ content: '';
+ display: block;
+}
+
+#keyboardMappingDiv * {
+ float: left;
+}
+
+#keyboardMappingDiv label {
+ clear: left;
+}
+
+#keyboardMappingDiv span {
+ white-space: pre-wrap;
+}
+
+#debugKeyMappingDiv {
+ clear: left;
+ display: none;
+}

Powered by Google App Engine
This is Rietveld 408576698