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

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

Issue 273533004: Flag covering HID-detection OOBE screen removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Css fix for tick-element. Created 6 years, 7 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 | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chromeos/chromeos_switches.h » ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698