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

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

Issue 11312225: Fix Chrome logo to transition smoothly between the demo login screen and login spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unused image file. Created 8 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 | chrome/browser/resources/chromeos/login/demo_user_login.html » ('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) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 html, 6 html,
7 body { 7 body {
8 height: 100%; 8 height: 100%;
9 width: 100%; 9 width: 100%;
10 } 10 }
(...skipping 20 matching lines...) Expand all
31 31
32 #logo-container { 32 #logo-container {
33 text-align: center; 33 text-align: center;
34 } 34 }
35 35
36 #logo { 36 #logo {
37 width: 150px; 37 width: 150px;
38 } 38 }
39 39
40 #demo-login-text { 40 #demo-login-text {
41 font-size: 24px; 41 font-size: 14px;
42 padding-top: 80px; 42 padding-left: 30px;
43 padding-top: 10px;
43 } 44 }
45
46 #lower-container {
47 height: 40px;
48 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/demo_user_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698