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

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

Issue 461943002: Tiny alignment for HID screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 bottom: -20px; 61 bottom: -20px;
62 position: relative; 62 position: relative;
63 visibility: hidden; 63 visibility: hidden;
64 } 64 }
65 65
66 .searching { 66 .searching {
67 opacity: 0.6 67 opacity: 0.6
68 } 68 }
69 69
70 #hid-detection #hid-keyboard-pincode { 70 #hid-detection #hid-keyboard-pincode {
71 -webkit-padding-start: 40px; 71 -webkit-padding-start: 60px;
72 padding-bottom: 15px; 72 padding-bottom: 15px;
73 padding-top: 15px; 73 padding-top: 15px;
74 } 74 }
75 75
76 .searching #hid-keyboard-label-searching, 76 .searching #hid-keyboard-label-searching,
77 .searching #hid-mouse-label-searching, 77 .searching #hid-mouse-label-searching,
78 .connected #hid-keyboard-label-connected, 78 .connected #hid-keyboard-label-connected,
79 .connected #hid-mouse-label-connected, 79 .connected #hid-mouse-label-connected,
80 .paired #hid-keyboard-label-paired, 80 .paired #hid-keyboard-label-paired,
81 .paired #hid-mouse-label-paired, 81 .paired #hid-mouse-label-paired,
82 .pairing #hid-keyboard-label-pairing, 82 .pairing #hid-keyboard-label-pairing,
83 .connected #hid-keyboard-tick, 83 .connected #hid-keyboard-tick,
84 .connected #hid-mouse-tick, 84 .connected #hid-mouse-tick,
85 .paired #hid-keyboard-tick, 85 .paired #hid-keyboard-tick,
86 .paired #hid-mouse-tick { 86 .paired #hid-mouse-tick {
87 display: inline; 87 display: inline;
88 } 88 }
89 89
90 .connected #hid-keyboard-tick, 90 .connected #hid-keyboard-tick,
91 .connected #hid-mouse-tick, 91 .connected #hid-mouse-tick,
92 .paired #hid-keyboard-tick, 92 .paired #hid-keyboard-tick,
93 .paired #hid-mouse-tick { 93 .paired #hid-mouse-tick {
94 visibility: visible; 94 visibility: visible;
95 } 95 }
96 96
97 .pairing #hid-keyboard-pincode { 97 .pairing #hid-keyboard-pincode {
98 display: block; 98 display: block;
99 } 99 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698