OLD | NEW |
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 #signin { | 6 #signin { |
7 -webkit-box-align: center; | 7 -webkit-box-align: center; |
8 -webkit-box-pack: center; | 8 -webkit-box-pack: center; |
9 display: -webkit-box; | 9 display: -webkit-box; |
10 overflow: hidden; | 10 overflow: hidden; |
11 } | 11 } |
12 | 12 |
13 #gaia-signin { | 13 #gaia-signin { |
| 14 -webkit-box-align: center; |
| 15 -webkit-box-pack: center; |
| 16 display: -webkit-box; |
14 height: 470px; | 17 height: 470px; |
15 } | 18 } |
16 | 19 |
17 #signin-right { | 20 #signin-right { |
18 float: right; | |
19 font-size: 12px; | 21 font-size: 12px; |
| 22 height: 100%; |
20 margin-right: 80px; | 23 margin-right: 80px; |
21 width: 200px; | 24 width: 200px; |
22 } | 25 } |
23 | 26 |
24 .signin-link { | 27 .signin-link { |
25 color: #254f9b; | 28 color: #254f9b; |
26 display: block; | 29 display: block; |
27 cursor: pointer; | 30 cursor: pointer; |
28 margin-top: 20px; | 31 margin-top: 20px; |
29 text-decoration: none; | 32 text-decoration: none; |
30 } | 33 } |
31 | 34 |
32 #signin-frame { | 35 #signin-frame { |
33 bottom: 0; | |
34 height: 100%; | 36 height: 100%; |
35 left: 0; | |
36 position: absolute; | |
37 right: 0; | |
38 top: 0; | |
39 width: 340px; | 37 width: 340px; |
40 } | 38 } |
41 | 39 |
42 #gaia-loading { | 40 #gaia-loading { |
43 -webkit-box-align: center; | 41 -webkit-box-align: center; |
44 -webkit-box-pack: center; | 42 -webkit-box-pack: center; |
45 bottom: 0; | 43 bottom: 0; |
46 display: -webkit-box; | 44 display: -webkit-box; |
47 left: 0; | 45 left: 0; |
48 position: absolute; | 46 position: absolute; |
49 right: 0; | 47 right: 0; |
50 top: 0; | 48 top: 0; |
51 } | 49 } |
52 | 50 |
53 #email, | 51 #email, |
54 #password { | 52 #password { |
55 display: block; | 53 display: block; |
56 margin-bottom: 20px; | 54 margin-bottom: 20px; |
57 } | 55 } |
OLD | NEW |