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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css

Issue 1249163002: Fixed Bluetooth keyboard pairing pincode visibility issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2454
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 5
6 #hid-detection { 6 #hid-detection {
7 min-height: 395px; 7 min-height: 395px;
8 padding: 70px 17px 21px; 8 padding: 70px 17px 21px;
9 width: 622px; 9 width: 622px;
10 } 10 }
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 #hid-keyboard-icon-block { 43 #hid-keyboard-icon-block {
44 display: inline; 44 display: inline;
45 } 45 }
46 46
47 #hid-mouse-label, 47 #hid-mouse-label,
48 #hid-keyboard-label { 48 #hid-keyboard-label {
49 -webkit-padding-start: 10px; 49 -webkit-padding-start: 10px;
50 display: inline; 50 display: inline;
51 } 51 }
52 52
53 #hid-detection .label, 53 #hid-detection .label {
54 #hid-keyboard-pincode {
55 display: none; 54 display: none;
56 } 55 }
57 56
58 #hid-keyboard-tick, 57 #hid-keyboard-tick,
59 #hid-mouse-tick { 58 #hid-mouse-tick {
60 -webkit-margin-start: -28px; 59 -webkit-margin-start: -28px;
61 bottom: -20px; 60 bottom: -20px;
62 position: relative; 61 position: relative;
63 visibility: hidden; 62 visibility: hidden;
64 } 63 }
(...skipping 22 matching lines...) Expand all
87 display: inline; 86 display: inline;
88 } 87 }
89 88
90 .connected #hid-keyboard-tick, 89 .connected #hid-keyboard-tick,
91 .connected #hid-mouse-tick, 90 .connected #hid-mouse-tick,
92 .paired #hid-keyboard-tick, 91 .paired #hid-keyboard-tick,
93 .paired #hid-mouse-tick { 92 .paired #hid-mouse-tick {
94 visibility: visible; 93 visibility: visible;
95 } 94 }
96 95
97 .pairing .show-pincode #hid-keyboard-pincode {
98 display: block;
99 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698