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 width: 200px; | |
20 margin-right: 80px; | |
21 font-size: 12px; | |
xiyuan
2011/08/10 20:52:53
alpha sort the list.
achuithb
2011/08/10 22:27:43
Done.
| |
22 } | |
23 | |
24 .signin-link { | |
25 margin-top: 20px; | |
26 color: #254f9b; | |
27 cursor: pointer; | |
xiyuan
2011/08/10 20:52:53
alpha sort the list.
achuithb
2011/08/10 22:27:43
Done.
| |
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 |