Chromium Code Reviews| 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 24 matching lines...) Expand all Loading... | |
| 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; | 42 position: absolute; |
| 43 } | 43 } |
| 44 | 44 |
| 45 .below-marketing::-webkit-scrollbar { | |
| 46 width: 8px; | |
| 47 } | |
| 48 | |
| 49 .below-marketing::-webkit-scrollbar-track-piece { | |
| 50 background: #eee | |
|
ygorshenin1
2014/01/29 09:26:24
nit: add semicolon at the end.
| |
| 51 } | |
| 52 | |
| 53 .below-marketing::-webkit-scrollbar-thumb { | |
| 54 background: #888 | |
|
ygorshenin1
2014/01/29 09:26:24
nit: add semicolon at the end.
| |
| 55 } | |
| 56 | |
| 45 #managed-user-creation .page-no-marketing { | 57 #managed-user-creation .page-no-marketing { |
| 46 height: 470px; | 58 height: 470px; |
| 47 padding: 70px 17px 0; | 59 padding: 70px 17px 0; |
| 48 } | 60 } |
| 49 | 61 |
| 50 #managed-user-creation .page-title { | 62 #managed-user-creation .page-title { |
| 51 color: #000; | 63 color: #000; |
| 52 font-size: 15px; | 64 font-size: 15px; |
| 53 line-height: 24px; | 65 line-height: 24px; |
| 54 } | 66 } |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 500 margin-left: -22px; | 512 margin-left: -22px; |
| 501 margin-top: -22px; | 513 margin-top: -22px; |
| 502 position: absolute; | 514 position: absolute; |
| 503 top: 50%; | 515 top: 50%; |
| 504 width: 44px; | 516 width: 44px; |
| 505 } | 517 } |
| 506 | 518 |
| 507 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { | 519 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { |
| 508 display: block; | 520 display: block; |
| 509 } | 521 } |
| OLD | NEW |