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

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

Issue 10853006: [cros] Add new stock user images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/login/default_user_images.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 Out of the box experience (OOBE) flow, 5 * This is the stylesheet used by the Out of the box experience (OOBE) flow,
6 * sign in and lock screens. 6 * sign in and lock screens.
7 */ 7 */
8 8
9 html, 9 html,
10 body { 10 body {
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 } 458 }
459 459
460 html[oobe=old] #user-image { 460 html[oobe=old] #user-image {
461 margin: 0 20px; 461 margin: 0 20px;
462 } 462 }
463 463
464 #user-image-grid { 464 #user-image-grid {
465 -webkit-user-drag: none; 465 -webkit-user-drag: none;
466 -webkit-user-select: none; 466 -webkit-user-select: none;
467 display: inline-block; 467 display: inline-block;
468 height: 264px;
468 margin: 0; 469 margin: 0;
469 outline: none; 470 outline: none;
470 overflow: hidden; 471 overflow: hidden;
471 padding: 0; 472 padding: 0;
472 width: 400px; 473 width: 400px;
473 } 474 }
474 475
475 #user-image-grid img { 476 #user-image-grid img {
476 background-color: white; 477 background-color: white;
477 height: 50px; 478 height: 50px;
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 width: 100%; 1267 width: 100%;
1267 } 1268 }
1268 1269
1269 .background-initial { 1270 .background-initial {
1270 opacity: 0; 1271 opacity: 0;
1271 } 1272 }
1272 1273
1273 .background-final { 1274 .background-final {
1274 opacity: 1; 1275 opacity: 1;
1275 } 1276 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/default_user_images.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698