Upstream version 9.38.198.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 #controller-pairing {
7   background: white;
8   height: 601px;
9   padding: 20px;
10   width: 720px;
11 }
12
13 #controller-pairing .page-name {
14   text-align: center;
15 }
16
17 #controller-pairing .device-list {
18   border: 2px solid black;
19   height: 200px;
20 }
21
22 #controller-pairing button {
23   margin: 10px;
24 }
25
26 #controller-pairing .gaia-frame {
27   height: 300px;
28 }