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 height: 470px; | 14 height: 470px; |
15 } | 15 } |
16 | 16 |
| 17 #signin-right { |
| 18 float: right; |
| 19 font-size: 12px; |
| 20 margin-right: 80px; |
| 21 width: 200px; |
| 22 } |
| 23 |
| 24 .signin-link { |
| 25 color: #254f9b; |
| 26 cursor: pointer; |
| 27 margin-top: 20px; |
| 28 } |
| 29 |
17 #gaia-signin > iframe { | 30 #gaia-signin > iframe { |
18 bottom: 0; | 31 bottom: 0; |
19 display: -webkit-box; | 32 display: -webkit-box; |
20 height: 100%; | 33 height: 100%; |
21 left: 0; | 34 left: 0; |
22 position: absolute; | 35 position: absolute; |
23 right: 0; | 36 right: 0; |
24 top: 0; | 37 top: 0; |
25 width: 100%; | 38 width: 340px; |
26 } | 39 } |
27 | 40 |
28 #email, | 41 #email, |
29 #password { | 42 #password { |
30 display: block; | 43 display: block; |
31 margin-bottom: 20px; | 44 margin-bottom: 20px; |
32 } | 45 } |
OLD | NEW |