| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 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 #user-image { | 5 #user-image { |
| 6 min-height: 443px; | 6 min-height: 443px; |
| 7 padding: 70px 17px 21px; | 7 padding: 70px 17px 21px; |
| 8 width: 702px; | 8 width: 702px; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 .profile-image-loading #profile-image .spinner-bg { | 87 .profile-image-loading #profile-image .spinner-bg { |
| 88 display: block; | 88 display: block; |
| 89 } | 89 } |
| 90 | 90 |
| 91 #profile-image .spinner { | 91 #profile-image .spinner { |
| 92 left: 14px; | 92 left: 14px; |
| 93 position: absolute; | 93 position: absolute; |
| 94 top: 14px; | 94 top: 14px; |
| 95 } | 95 } |
| 96 | 96 |
| 97 .image-loading.user-image #step-logo { | |
| 98 display: none; | |
| 99 } | |
| 100 | |
| 101 html[dir=rtl] #user-image-preview { | 97 html[dir=rtl] #user-image-preview { |
| 102 float: left; | 98 float: left; |
| 103 } | 99 } |
| 104 | 100 |
| 105 #user-image-preview-img { | 101 #user-image-preview-img { |
| 106 display: block; | 102 display: block; |
| 107 max-height: 220px; | 103 max-height: 220px; |
| 108 max-width: 220px; | 104 max-width: 220px; |
| 109 } | 105 } |
| 110 | 106 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 margin-top: -22px; | 246 margin-top: -22px; |
| 251 position: absolute; | 247 position: absolute; |
| 252 top: 50%; | 248 top: 50%; |
| 253 width: 44px; | 249 width: 44px; |
| 254 } | 250 } |
| 255 | 251 |
| 256 .camera.live:not(.online) .user-image-stream-area .spinner { | 252 .camera.live:not(.online) .user-image-stream-area .spinner { |
| 257 display: block; | 253 display: block; |
| 258 } | 254 } |
| 259 | 255 |
| OLD | NEW |