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

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

Issue 7753010: [ChromeOS] Make "createAccount" and "guestSignin" keyboard friendly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/resources/chromeos/login/screen_gaia_signin.html ('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) 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 5
6 #signin { 6 #signin {
7 -webkit-box-align: center; 7 -webkit-box-align: center;
8 -webkit-box-pack: center; 8 -webkit-box-pack: center;
9 display: -webkit-box; 9 display: -webkit-box;
10 overflow: hidden; 10 overflow: hidden;
11 } 11 }
12 12
13 #gaia-signin { 13 #gaia-signin {
14 height: 470px; 14 height: 470px;
15 } 15 }
16 16
17 #signin-right { 17 #signin-right {
18 float: right; 18 float: right;
19 font-size: 12px; 19 font-size: 12px;
20 margin-right: 80px; 20 margin-right: 80px;
21 width: 200px; 21 width: 200px;
22 } 22 }
23 23
24 .signin-link { 24 .signin-link {
25 color: #254f9b; 25 color: #254f9b;
26 display: block;
achuithb 2011/08/25 21:29:48 just curious: is this necessary for divs?
26 cursor: pointer; 27 cursor: pointer;
27 margin-top: 20px; 28 margin-top: 20px;
29 text-decoration: none;
achuithb 2011/08/25 21:29:48 Is this to prevent inherited colors, etc?
28 } 30 }
29 31
30 #signin-frame { 32 #signin-frame {
31 bottom: 0; 33 bottom: 0;
32 height: 100%; 34 height: 100%;
33 left: 0; 35 left: 0;
34 position: absolute; 36 position: absolute;
35 right: 0; 37 right: 0;
36 top: 0; 38 top: 0;
37 width: 340px; 39 width: 340px;
38 } 40 }
39 41
40 #gaia-loading { 42 #gaia-loading {
41 -webkit-box-align: center; 43 -webkit-box-align: center;
42 -webkit-box-pack: center; 44 -webkit-box-pack: center;
43 bottom: 0; 45 bottom: 0;
44 display: -webkit-box; 46 display: -webkit-box;
45 left: 0; 47 left: 0;
46 position: absolute; 48 position: absolute;
47 right: 0; 49 right: 0;
48 top: 0; 50 top: 0;
49 } 51 }
50 52
51 #email, 53 #email,
52 #password { 54 #password {
53 display: block; 55 display: block;
54 margin-bottom: 20px; 56 margin-bottom: 20px;
55 } 57 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698