OLD | NEW |
---|---|
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2013 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 * This is the stylesheet used by the Locally managed user creation flow screen. | 5 * This is the stylesheet used by the Locally managed user creation flow screen. |
6 */ | 6 */ |
7 | 7 |
8 #managed-user-creation { | 8 #managed-user-creation { |
9 height: 609px; /* Same size as GAIA sign in screen.*/ | 9 height: 609px; /* Same size as GAIA sign in screen.*/ |
10 padding: 0 0; /* Some screens have elements right next to borders. */ | 10 padding: 0 0; /* Some screens have elements right next to borders. */ |
(...skipping 21 matching lines...) Expand all Loading... | |
32 #managed-user-creation .below-marketing { | 32 #managed-user-creation .below-marketing { |
33 font-size: 12px; | 33 font-size: 12px; |
34 line-height: 18px; | 34 line-height: 18px; |
35 max-height: 184px; | 35 max-height: 184px; |
36 overflow-x: auto; | 36 overflow-x: auto; |
37 } | 37 } |
38 | 38 |
39 #managed-user-creation .button-link { | 39 #managed-user-creation .button-link { |
40 font-size: small; | 40 font-size: small; |
41 padding: 0 20px; | 41 padding: 0 20px; |
42 position: absolute; | |
Nikita (slow)
2014/04/03 09:13:08
Does this fully fix the layout bug? If not please
| |
43 } | 42 } |
44 | 43 |
45 .below-marketing::-webkit-scrollbar { | 44 .below-marketing::-webkit-scrollbar { |
46 width: 8px; | 45 width: 8px; |
47 } | 46 } |
48 | 47 |
49 .below-marketing::-webkit-scrollbar-track-piece { | 48 .below-marketing::-webkit-scrollbar-track-piece { |
50 background: #eee; | 49 background: #eee; |
51 } | 50 } |
52 | 51 |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
516 margin-left: -22px; | 515 margin-left: -22px; |
517 margin-top: -22px; | 516 margin-top: -22px; |
518 position: absolute; | 517 position: absolute; |
519 top: 50%; | 518 top: 50%; |
520 width: 44px; | 519 width: 44px; |
521 } | 520 } |
522 | 521 |
523 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { | 522 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { |
524 display: block; | 523 display: block; |
525 } | 524 } |
OLD | NEW |