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

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

Issue 8427028: [cros] Fix OOBE image selection screen layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 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 */ 6 */
7 7
8 html, 8 html,
9 body { 9 body {
10 height: 100%; 10 height: 100%;
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 245
246 #logging div { 246 #logging div {
247 display: table-cell; 247 display: table-cell;
248 vertical-align: middle; 248 vertical-align: middle;
249 } 249 }
250 250
251 #usage-stats { 251 #usage-stats {
252 -webkit-margin-end: 10px; 252 -webkit-margin-end: 10px;
253 } 253 }
254 254
255 #user-image {
256 margin: 0 20px;
257 }
258
255 #user-image-grid { 259 #user-image-grid {
256 -webkit-user-drag: none; 260 -webkit-user-drag: none;
257 -webkit-user-select: none; 261 -webkit-user-select: none;
258 display: inline-block; 262 display: inline-block;
259 margin: 0; 263 margin: 0;
260 outline: none; 264 outline: none;
261 padding: 0; 265 padding: 0;
262 width: 400px; 266 width: 400px;
263 } 267 }
264 268
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 left: 10px; 714 left: 10px;
711 opacity: 1.0; 715 opacity: 1.0;
712 position: absolute; 716 position: absolute;
713 right: 10px; 717 right: 10px;
714 text-shadow: 0 1px 1px #fff; 718 text-shadow: 0 1px 1px #fff;
715 } 719 }
716 720
717 #offline-network-control { 721 #offline-network-control {
718 margin-left: 60px; 722 margin-left: 60px;
719 } 723 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698