Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_user_image.css

Issue 1179323005: Polymer upgraded to 1.0 in login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer_pre_migration
Patch Set: Comments addressed. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 }
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 .new-gaia-flow #user-image.loading { 105 .new-gaia-flow #user-image.loading {
106 min-height: 528px; /* Should be the same as #gaia-signin height. */ 106 min-height: 528px; /* Should be the same as #gaia-signin height. */
107 width: 448px; /* Should be the same as #gaia-signin width. */ 107 width: 448px; /* Should be the same as #gaia-signin width. */
108 } 108 }
109 109
110 .new-gaia-flow #old-flow-throbber { 110 .new-gaia-flow #old-flow-throbber {
111 display: none; 111 display: none;
112 } 112 }
113 113
114 #new-flow-throbber {
115 display: none;
116 }
117
118 .new-gaia-flow #new-flow-throbber {
119 display: block;
120 }
121
122 .image-loading.user-image .new-gaia-flow #step-logo { 114 .image-loading.user-image .new-gaia-flow #step-logo {
123 display: none; 115 display: none;
124 } 116 }
125 117
126 html[dir=rtl] #user-image-preview { 118 html[dir=rtl] #user-image-preview {
127 float: left; 119 float: left;
128 } 120 }
129 121
130 #user-image-preview-img { 122 #user-image-preview-img {
131 display: block; 123 display: block;
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 } 271 }
280 272
281 .camera.live:not(.online) .user-image-stream-area .spinner { 273 .camera.live:not(.online) .user-image-stream-area .spinner {
282 display: block; 274 display: block;
283 } 275 }
284 276
285 #user-images-loading { 277 #user-images-loading {
286 color: #9c9c9c; 278 color: #9c9c9c;
287 } 279 }
288 280
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698