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

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

Issue 220913003: Make supervised user ChromeOS import aware of new password schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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) 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 21 matching lines...) Expand all
32 #managed-user-creation .below-marketing { 32 #managed-user-creation .below-marketing {
33 font-size: 12px; 33 font-size: 12px;
34 line-height: 18px; 34 line-height: 18px;
35 max-height: 184px; 35 max-height: 184px;
36 overflow-x: auto; 36 overflow-x: auto;
37 } 37 }
38 38
39 #managed-user-creation .button-link { 39 #managed-user-creation .button-link {
40 font-size: small; 40 font-size: small;
41 padding: 0 20px; 41 padding: 0 20px;
42 position: absolute;
Nikita (slow) 2014/04/03 09:13:08 Does this fully fix the layout bug? If not please
43 } 42 }
44 43
45 .below-marketing::-webkit-scrollbar { 44 .below-marketing::-webkit-scrollbar {
46 width: 8px; 45 width: 8px;
47 } 46 }
48 47
49 .below-marketing::-webkit-scrollbar-track-piece { 48 .below-marketing::-webkit-scrollbar-track-piece {
50 background: #eee; 49 background: #eee;
51 } 50 }
52 51
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 margin-left: -22px; 515 margin-left: -22px;
517 margin-top: -22px; 516 margin-top: -22px;
518 position: absolute; 517 position: absolute;
519 top: 50%; 518 top: 50%;
520 width: 44px; 519 width: 44px;
521 } 520 }
522 521
523 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { 522 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner {
524 display: block; 523 display: block;
525 } 524 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698