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

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

Issue 7329018: [cros] Fixes hanging on the OOBE's network screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -debug Created 9 years, 5 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 | « no previous file | chrome/browser/resources/chromeos/oobe.js » ('j') | 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 body { 8 body {
9 background: -webkit-gradient(radial, center center, 0, center center, 400, 9 background: -webkit-gradient(radial, center center, 0, center center, 400,
10 from(#fefefe), to(#efefef)); 10 from(#fefefe), to(#efefef));
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 margin: 5px 5px 5px 0; 145 margin: 5px 5px 5px 0;
146 padding: 5px 5px 5px 0; 146 padding: 5px 5px 5px 0;
147 width: 170px; 147 width: 170px;
148 } 148 }
149 149
150 .menu-area { 150 .menu-area {
151 margin: 5px 5px 5px 5px; 151 margin: 5px 5px 5px 5px;
152 } 152 }
153 153
154 .menu-control { 154 .menu-control {
155 width: 150px; 155 width: 250px;
156 } 156 }
157 157
158 #connect { 158 #connect {
159 box-sizing: border-box; 159 box-sizing: border-box;
160 padding: 60px 0 0 145px; 160 padding: 60px 0 0 145px;
161 } 161 }
162 162
163 #logging { 163 #logging {
164 clear: both; 164 clear: both;
165 margin-top: 20px; 165 margin-top: 20px;
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 bottom: 0; 302 bottom: 0;
303 display: -webkit-box; 303 display: -webkit-box;
304 left: 0; 304 left: 0;
305 padding-bottom: 130px; 305 padding-bottom: 130px;
306 padding: 20px; 306 padding: 20px;
307 position: fixed; 307 position: fixed;
308 right: 0; 308 right: 0;
309 top: 0; 309 top: 0;
310 z-index: 5; 310 z-index: 5;
311 } 311 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698