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

Side by Side 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 unified diff | Download patch
OLDNEW
1 /* Copyright 2017 The Chromium Authors. All rights reserved. 1 /* Copyright 2017 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #autoScanTimeLabel * { 5 #autoScanTimeLabel * {
6 clear: left; 6 clear: left;
7 float: left; 7 float: left;
8 } 8 }
9
10 .container::after {
11 clear: both;
12 content: '';
13 display: block;
14 }
15
16 #keyboardMappingDiv * {
17 float: left;
18 }
19
20 #keyboardMappingDiv label {
21 clear: left;
22 }
23
24 #keyboardMappingDiv span {
25 white-space: pre-wrap;
26 }
27
28 #debugKeyMappingDiv {
29 clear: left;
30 display: none;
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698