| 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 | 5 |
| 6 #user-image { | 6 #user-image { |
| 7 min-height: 443px; | 7 min-height: 443px; |
| 8 padding: 70px 17px 21px; | 8 padding: 70px 17px 21px; |
| 9 width: 702px; | 9 width: 702px; |
| 10 } | 10 } |
| 11 | 11 |
| 12 #user-image.loading { | 12 #user-image.loading { |
| 13 min-height: 609px; /* Should be the same as #gaia-signin height. */ | 13 min-height: 609px; /* Should be the same as #gaia-signin height. */ |
| 14 width: 722px; /* Should be the same as #gaia-signin width. */ | 14 width: 722px; /* Should be the same as #gaia-signin width. */ |
| 15 } | 15 } |
| 16 | 16 |
| 17 #user-image-screen-curtain { | 17 #user-image-screen-curtain { |
| 18 -webkit-margin-start: 8px; | 18 -webkit-margin-start: 8px; |
| 19 } | 19 } |
| 20 | 20 |
| 21 #user-image-screen-description { | 21 #user-image-screen-description { |
| 22 -webkit-margin-before: 0; | 22 margin-top: 0; |
| 23 } | 23 } |
| 24 | 24 |
| 25 #user-image-grid { | 25 #user-image-grid { |
| 26 -webkit-user-drag: none; | 26 -webkit-user-drag: none; |
| 27 -webkit-user-select: none; | 27 -webkit-user-select: none; |
| 28 display: inline-block; | 28 display: inline-block; |
| 29 height: 264px; | 29 height: 264px; |
| 30 margin: 0; | 30 margin: 0; |
| 31 outline: none; | 31 outline: none; |
| 32 overflow: hidden; | 32 overflow: hidden; |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 padding: 2px; | 229 padding: 2px; |
| 230 width: 220px; | 230 width: 220px; |
| 231 } | 231 } |
| 232 | 232 |
| 233 #user-image-attribution { | 233 #user-image-attribution { |
| 234 /* Turned off for now. */ | 234 /* Turned off for now. */ |
| 235 display: none; | 235 display: none; |
| 236 } | 236 } |
| 237 | 237 |
| 238 #user-image .step-contents { | 238 #user-image .step-contents { |
| 239 -webkit-margin-after: 30px; | |
| 240 -webkit-margin-start: 31px; | 239 -webkit-margin-start: 31px; |
| 240 margin-bottom: 30px; |
| 241 } | 241 } |
| 242 | 242 |
| 243 .user-image-stream-area .spinner { | 243 .user-image-stream-area .spinner { |
| 244 display: none; | 244 display: none; |
| 245 height: 44px; | 245 height: 44px; |
| 246 left: 50%; | 246 left: 50%; |
| 247 margin-left: -22px; | 247 margin-left: -22px; |
| 248 margin-top: -22px; | 248 margin-top: -22px; |
| 249 position: absolute; | 249 position: absolute; |
| 250 top: 50%; | 250 top: 50%; |
| 251 width: 44px; | 251 width: 44px; |
| 252 } | 252 } |
| 253 | 253 |
| 254 .camera.live:not(.online) .user-image-stream-area .spinner { | 254 .camera.live:not(.online) .user-image-stream-area .spinner { |
| 255 display: block; | 255 display: block; |
| 256 } | 256 } |
| 257 | 257 |
| 258 #user-images-loading { | 258 #user-images-loading { |
| 259 color: #9c9c9c; | 259 color: #9c9c9c; |
| 260 } | 260 } |
| 261 | 261 |
| OLD | NEW |