Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / oobe_screen_controller_pairing.css
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
3  * found in the LICENSE file.
4  */
5
6 /* TODO(dzhioev): support RTL. http://crbug.com/423354 */
7
8 :host {
9   -webkit-user-select: none;
10   background: white;
11   display: block;
12   font-family: 'Roboto';
13   height: 600px;
14   position: relative;
15   width: 720px;
16 }
17
18 core-animated-pages {
19   height: 100%;
20   width: 100%;
21 }
22
23 .gaia-frame {
24   height: 300px;
25   width: 339px;
26 }
27
28 controller-pairing-page[name='device-select']::shadow #top,
29 controller-pairing-page[name='establishing-connection']::shadow #top {
30   height: 200px;
31 }
32
33 controller-pairing-page[name='code-confirmation']::shadow #top,
34 controller-pairing-page[name='host-update']::shadow #top,
35 controller-pairing-page[name='host-connection-lost']::shadow #top,
36 controller-pairing-page[name='enrollment-introduction']::shadow #top {
37   height: 300px;
38 }
39
40 controller-pairing-page[name='authentication']::shadow #top {
41   height: 100px;
42 }
43
44 indeterminate-progress {
45   margin-bottom: 28px;
46   margin-top: 28px;
47 }
48
49 #code {
50   color: #757575;
51   font-size: 55px;
52   font-weight: 300;
53 }
54
55 pairing-device-list {
56   height: 252px;
57 }