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

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

Issue 23571009: Simple refactoring - remove outdated page index (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update test Created 7 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
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 Locally managed user creation flow screen. 5 * This is the stylesheet used by the Locally managed user creation flow screen.
6 */ 6 */
7 7
8 #managed-user-creation { 8 #managed-user-creation {
9 height: 609px; /* Same size as GAIA sign in screen.*/ 9 height: 609px; /* Same size as GAIA sign in screen.*/
10 padding: 0 0; /* Some screens have elements right next to borders. */ 10 padding: 0 0; /* Some screens have elements right next to borders. */
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 #managed-user-creation-intro-alternate-text { 105 #managed-user-creation-intro-alternate-text {
106 margin-bottom: 12px; 106 margin-bottom: 12px;
107 margin-top: 12px; 107 margin-top: 12px;
108 } 108 }
109 109
110 #managed-user-creation-intro-text-3 { 110 #managed-user-creation-intro-text-3 {
111 margin-top: 12px; 111 margin-top: 12px;
112 } 112 }
113 113
114 #managed-user-creation-created-1 .below-marketing { 114 #managed-user-creation-created .below-marketing {
115 margin: 20px 40px 0; 115 margin: 20px 40px 0;
116 } 116 }
117 117
118 #managed-user-creation-created-1-text-1 { 118 #managed-user-creation-created-text-1 {
119 max-width: 600px; 119 max-width: 600px;
120 word-wrap: break-word; 120 word-wrap: break-word;
121 } 121 }
122 122
123 #managed-user-creation-created-1-text-2 { 123 #managed-user-creation-created-text-2 {
124 margin-top: 20px; 124 margin-top: 20px;
125 max-width: 600px; 125 max-width: 600px;
126 word-wrap: break-word; 126 word-wrap: break-word;
127 } 127 }
128 128
129 #managed-user-creation-created-1-text-3 { 129 #managed-user-creation-created-text-3 {
130 margin-top: 20px; 130 margin-top: 20px;
131 } 131 }
132 132
133 #managed-user-creation-password-block, 133 #managed-user-creation-password-block,
134 #managed-user-creation-password-title { 134 #managed-user-creation-password-title {
135 margin-top: 10px; 135 margin-top: 10px;
136 } 136 }
137 137
138 #managed-user-creation-name-block { 138 #managed-user-creation-name-block {
139 margin-bottom: 20px; 139 margin-bottom: 20px;
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 margin-left: -22px; 448 margin-left: -22px;
449 margin-top: -22px; 449 margin-top: -22px;
450 position: absolute; 450 position: absolute;
451 top: 50%; 451 top: 50%;
452 width: 44px; 452 width: 44px;
453 } 453 }
454 454
455 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { 455 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner {
456 display: block; 456 display: block;
457 } 457 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698