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

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

Issue 7917015: Make the OOBE network menu accessible by improving keyboard handling (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 margin: 5px 5px 5px 5px; 218 margin: 5px 5px 5px 5px;
219 } 219 }
220 220
221 .menu-control { 221 .menu-control {
222 font-family: inherit; 222 font-family: inherit;
223 line-height: 20px; 223 line-height: 20px;
224 width: 250px; 224 width: 250px;
225 } 225 }
226 226
227 .label { 227 .label {
228 display: block;
228 margin: 5px 5px 5px 0; 229 margin: 5px 5px 5px 0;
229 padding: 5px 5px 5px 0; 230 padding: 5px 5px 5px 0;
230 width: 170px; 231 width: 170px;
231 } 232 }
232 233
233 #connect { 234 #connect {
234 box-sizing: border-box; 235 box-sizing: border-box;
235 padding: 60px 0 0 145px; 236 padding: 60px 0 0 145px;
236 } 237 }
237 238
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 left: 10px; 681 left: 10px;
681 opacity: 1.0; 682 opacity: 1.0;
682 position: absolute; 683 position: absolute;
683 right: 10px; 684 right: 10px;
684 text-shadow: 0 1px 1px #fff; 685 text-shadow: 0 1px 1px #fff;
685 } 686 }
686 687
687 #offline-network-control { 688 #offline-network-control {
688 margin-left: 60px; 689 margin-left: 60px;
689 } 690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698