OLD | NEW |
---|---|
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
45 display: inline; | 45 display: inline; |
46 } | 46 } |
47 | 47 |
48 #hid-detection .label, | 48 #hid-detection .label, |
49 #hid-keyboard-pincode { | 49 #hid-keyboard-pincode { |
50 display: none; | 50 display: none; |
51 } | 51 } |
52 | 52 |
53 #hid-keyboard-tick, | 53 #hid-keyboard-tick, |
54 #hid-mouse-tick { | 54 #hid-mouse-tick { |
55 left: -20px; | 55 bottom: -20px; |
56 left: -28px; | |
Nikita (slow)
2014/05/13 12:33:02
RTL?
merkulova
2014/05/14 14:22:08
Done.
| |
56 position: relative; | 57 position: relative; |
57 visibility: hidden; | 58 visibility: hidden; |
58 } | 59 } |
59 | 60 |
60 .searching { | 61 .searching { |
61 opacity: 0.6 | 62 opacity: 0.6 |
62 } | 63 } |
63 | 64 |
64 .searching #hid-keyboard-label-searching, | 65 .searching #hid-keyboard-label-searching, |
65 .searching #hid-mouse-label-searching, | 66 .searching #hid-mouse-label-searching, |
(...skipping 14 matching lines...) Expand all Loading... | |
80 .paired #hid-keyboard-tick, | 81 .paired #hid-keyboard-tick, |
81 .paired #hid-mouse-tick { | 82 .paired #hid-mouse-tick { |
82 visibility: visible; | 83 visibility: visible; |
83 } | 84 } |
84 | 85 |
85 .pairing #hid-keyboard-pincode { | 86 .pairing #hid-keyboard-pincode { |
86 display: block; | 87 display: block; |
87 margin-left: 40px; | 88 margin-left: 40px; |
88 padding: 15px 0; | 89 padding: 15px 0; |
89 } | 90 } |
OLD | NEW |