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

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

Issue 7980012: [ChromeOS] Reland - Make WebUI login use only needed resources. (Closed) Base URL: svn://svn.chromium.org/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 5
6 #signin {
7 -webkit-box-align: center;
8 -webkit-box-pack: center;
9 display: -webkit-box;
10 overflow: hidden;
11 }
12
13 #gaia-signin { 6 #gaia-signin {
14 -webkit-box-align: center; 7 -webkit-box-align: center;
15 -webkit-box-pack: center; 8 -webkit-box-pack: center;
16 display: -webkit-box; 9 display: -webkit-box;
17 height: 470px; 10 height: 470px;
18 } 11 }
19 12
20 #signin-right { 13 #signin-right {
21 font-size: 12px; 14 font-size: 12px;
22 position: absolute; 15 position: absolute;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 #gaia-loading { 47 #gaia-loading {
55 -webkit-box-align: center; 48 -webkit-box-align: center;
56 -webkit-box-pack: center; 49 -webkit-box-pack: center;
57 bottom: 0; 50 bottom: 0;
58 display: -webkit-box; 51 display: -webkit-box;
59 left: 0; 52 left: 0;
60 position: absolute; 53 position: absolute;
61 right: 0; 54 right: 0;
62 top: 0; 55 top: 0;
63 } 56 }
64
65 #email,
66 #password {
67 display: block;
68 margin-bottom: 20px;
69 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('k') | chrome/browser/resources/chromeos/login/screen_signin.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698