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

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

Issue 9568044: chromeos: Remove user pod container height animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | 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) 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 * 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 21 matching lines...) Expand all
32 position: absolute; 32 position: absolute;
33 right: 0; 33 right: 0;
34 top: 40px; /* Leave space for the header bar */ 34 top: 40px; /* Leave space for the header bar */
35 } 35 }
36 36
37 #oobe { 37 #oobe {
38 margin-bottom: 60px; /* Compensate top header to center content. */ 38 margin-bottom: 60px; /* Compensate top header to center content. */
39 } 39 }
40 40
41 #inner-container { 41 #inner-container {
42 -webkit-transition: height 200ms ease-in-out;
Nikita (slow) 2012/03/05 09:19:42 Makes sense to comment that with a bug #(18307)?
43 height: 294px; 42 height: 294px;
44 padding: 20px; 43 padding: 20px;
45 position: relative; 44 position: relative;
46 width: 640px; 45 width: 640px;
47 } 46 }
48 47
49 #security-info a, 48 #security-info a,
50 #eula a { 49 #eula a {
51 color: #006668; 50 color: #006668;
52 text-decoration: none; 51 text-decoration: none;
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 left: 10px; 742 left: 10px;
744 opacity: 1.0; 743 opacity: 1.0;
745 position: absolute; 744 position: absolute;
746 right: 10px; 745 right: 10px;
747 text-shadow: 0 1px 1px #fff; 746 text-shadow: 0 1px 1px #fff;
748 } 747 }
749 748
750 #offline-network-control { 749 #offline-network-control {
751 margin-left: 60px; 750 margin-left: 60px;
752 } 751 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698