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

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

Issue 158953002: Spoken feedback sounds for user photo capture/discard at image picker added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PlaySystemSound... functions introduced according to latest changes. Created 6 years, 10 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 } 217 }
218 218
219 .camera.live.online #take-photo { 219 .camera.live.online #take-photo {
220 background: url('chrome://theme/IDR_USER_IMAGE_CAPTURE') 220 background: url('chrome://theme/IDR_USER_IMAGE_CAPTURE')
221 no-repeat center -1px; 221 no-repeat center -1px;
222 display: block; 222 display: block;
223 } 223 }
224 224
225 #user-image-preview .perspective-box { 225 #user-image-preview .perspective-box {
226 -webkit-perspective: 600px; 226 -webkit-perspective: 600px;
227 border: solid 1px #cacaca;
228 border-radius: 4px;
229 padding: 2px;
230 width: 220px;
227 } 231 }
228 232
229 #user-image-attribution { 233 #user-image-attribution {
230 /* Turned off for now. */ 234 /* Turned off for now. */
231 display: none; 235 display: none;
232 } 236 }
233 237
234 #user-image .step-contents { 238 #user-image .step-contents {
235 -webkit-margin-after: 30px; 239 -webkit-margin-after: 30px;
236 -webkit-margin-start: 31px; 240 -webkit-margin-start: 31px;
(...skipping 11 matching lines...) Expand all
248 } 252 }
249 253
250 .camera.live:not(.online) .user-image-stream-area .spinner { 254 .camera.live:not(.online) .user-image-stream-area .spinner {
251 display: block; 255 display: block;
252 } 256 }
253 257
254 #user-images-loading { 258 #user-images-loading {
255 color: #9c9c9c; 259 color: #9c9c9c;
256 } 260 }
257 261
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/login/oobe_screen_user_image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698