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

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

Issue 599273004: Polished UI for the host side of pairing flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Fixed error in Oobe initialization. Created 6 years, 2 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 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 #host-pairing { 6 /* TODO(dzhioev): support RTL. */
7 background: white; 7
8 height: 601px; 8 :host {
9 padding: 20px; 9 -webkit-user-select: none;
10 width: 720px; 10 background-color: rgb(242, 166, 0);
11 color: white;
12 display: block;
13 font-family: 'Roboto';
14 height: 100%;
11 } 15 }
12 16
13 #host-pairing .page-name { 17 core-animated-pages {
14 text-align: center; 18 left: 114px;
19 position: absolute;
20 right: 0;
21 top: 100px;
15 } 22 }
16 23
24 #illustration {
25 background-image: url(chrome://theme/IDR_BUILDINGS_ILLUSTRATION);
26 bottom: 95px;
27 height: 368px;
28 position: absolute;
29 right: 95px;
30 width: 503px;
31 }
32
33 #device-indicator {
34 bottom: 74px;
35 font-size: 33px;
36 font-weight: bolder;
37 left: 130px;
38 position: absolute;
39 }
40
41 #device-label {
42 margin-left: -0.3em;
43 }
44
45 #code {
46 font-family: 'Roboto';
47 font-size: 120px;
48 font-weight: lighter;
49 }
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698