OLD | NEW |
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 .screen-horizontal-splitter { |
| 9 background: -webkit-linear-gradient(rgba(128,128,128,0), |
| 10 rgba(128,128,128,0.3)); |
| 11 height: 10px; |
| 12 width: 100%; |
| 13 } |
| 14 |
8 #managed-user-creation-flow { | 15 #managed-user-creation-flow { |
9 height: 488px; | 16 height: 488px; |
10 padding: 70px 17px 50px; | 17 padding: 70px 17px 50px; |
11 width: 704px; | 18 width: 704px; |
12 } | 19 } |
13 | 20 |
14 #managed-user-creation-flow-success-title { | 21 #managed-user-creation-flow-intro-title { |
15 font-size: x-large; | 22 font-size: x-large; |
16 } | |
17 | |
18 #managed-user-creation-flow-success-image { | |
19 background-color: #d3d3d3; | |
20 color: gray; | |
21 height: 237px; | |
22 margin-left: 127px; | |
23 margin-top: 25px; | |
24 width: 417px; | |
25 } | |
26 | |
27 #managed-user-creation-flow-success-image-text { | |
28 color: gray; | |
29 margin-left: 25px; | |
30 margin-top: 25px; | |
31 text-align: center; | 23 text-align: center; |
32 } | 24 } |
33 | 25 |
34 #managed-user-creation-flow-success-email-instructions { | 26 #managed-user-creation-flow-intro-placeholder { |
35 margin-top: 12px; | 27 background-color: gray; |
| 28 font-size: x-large; |
| 29 height: 150px; |
| 30 text-align: center; |
| 31 } |
| 32 |
| 33 #managed-user-creation-flow-intro-text-1, |
| 34 #managed-user-creation-flow-intro-text-2 { |
| 35 margin-top: 25px; |
| 36 } |
| 37 |
| 38 #managed-user-creation-flow-tutorial-created-text { |
| 39 font-size: x-large; |
| 40 text-align: center; |
| 41 } |
| 42 |
| 43 #managed-user-creation-flow-tutorial-instructions-text { |
| 44 font-size: large; |
| 45 } |
| 46 |
| 47 #managed-user-creation-flow-tutorial-placeholder { |
| 48 background-color: gray; |
| 49 font-size: x-large; |
| 50 height: 150px; |
| 51 text-align: center; |
36 } | 52 } |
37 | 53 |
38 #managed-user-creation-flow-name-block, | 54 #managed-user-creation-flow-name-block, |
39 #managed-user-creation-flow-password-block, | 55 #managed-user-creation-flow-password-block, |
40 #managed-user-creation-flow-password-title { | 56 #managed-user-creation-flow-password-title { |
41 margin-top: 10px; | 57 margin-top: 10px; |
42 } | 58 } |
43 | 59 |
44 #managed-user-creation-flow-password { | 60 #managed-user-creation-flow-password { |
45 padding: 4px 6px; | 61 padding: 4px 6px; |
(...skipping 15 matching lines...) Expand all Loading... |
61 | 77 |
62 #managed-user-creation-flow-name-error.error, | 78 #managed-user-creation-flow-name-error.error, |
63 #managed-user-creation-flow-password-error.error { | 79 #managed-user-creation-flow-password-error.error { |
64 background: url('chrome://theme/IDR_WARNING') left top /24px no-repeat; | 80 background: url('chrome://theme/IDR_WARNING') left top /24px no-repeat; |
65 color: red; | 81 color: red; |
66 padding-left: 28px; | 82 padding-left: 28px; |
67 visibility: visible; | 83 visibility: visible; |
68 } | 84 } |
69 | 85 |
70 #managed-user-creation-flow-managers-pane { | 86 #managed-user-creation-flow-managers-pane { |
| 87 border: 1px solid #f0f0f0; |
71 height: 140px; | 88 height: 140px; |
72 margin-top: 6px; | 89 margin-top: 6px; |
73 overflow-y: auto; | 90 overflow-y: auto; |
74 width: 645px; | 91 width: 645px; |
75 } | 92 } |
76 | 93 |
77 .manager-pod { | 94 .manager-pod { |
78 margin-bottom: 4px; | |
79 opacity: 0.8; | 95 opacity: 0.8; |
80 padding-bottom: 5px; | 96 padding-bottom: 10px; |
81 padding-top: 5px; | 97 padding-left: 10px; |
82 width: 625px; | 98 padding-top: 10px; |
| 99 width: 635px; |
83 } | 100 } |
84 | 101 |
85 #managed-user-creation-flow-managers-pane .focused { | 102 #managed-user-creation-flow-managers-pane .focused { |
86 background-color: #f0f0f0; | 103 background-color: #f0f0f0; |
87 opacity: 1; | 104 opacity: 1; |
88 } | 105 } |
89 | 106 |
90 .manager-pod .managed-user-creation-flow-manager-info-block { | 107 .manager-pod .managed-user-creation-flow-manager-info-block { |
91 min-height: 40px; | 108 min-height: 40px; |
92 } | 109 } |
93 | 110 |
94 .manager-pod .managed-user-creation-flow-manager-image { | 111 .manager-pod .managed-user-creation-flow-manager-image { |
| 112 border: 1px solid gray; |
95 display: inline-block; | 113 display: inline-block; |
96 height: 30px; | 114 height: 30px; |
97 width: 30px; | 115 width: 30px; |
98 } | 116 } |
99 | 117 |
100 .manager-pod .managed-user-creation-flow-manager-info { | 118 .manager-pod .managed-user-creation-flow-manager-info { |
101 display: inline-block; | 119 display: inline-block; |
102 margin: 0 8px; | 120 margin: 0 8px; |
103 min-height: 30px; | 121 min-height: 30px; |
104 } | 122 } |
(...skipping 11 matching lines...) Expand all Loading... |
116 | 134 |
117 .manager-pod .managed-user-creation-flow-manager-name { | 135 .manager-pod .managed-user-creation-flow-manager-name { |
118 color: #000; | 136 color: #000; |
119 font-size: small; | 137 font-size: small; |
120 } | 138 } |
121 .manager-pod .managed-user-creation-flow-manager-wrong-password { | 139 .manager-pod .managed-user-creation-flow-manager-wrong-password { |
122 background: url('chrome://theme/IDR_WARNING') left top /24px no-repeat; | 140 background: url('chrome://theme/IDR_WARNING') left top /24px no-repeat; |
123 color: red; | 141 color: red; |
124 padding-left: 28px; | 142 padding-left: 28px; |
125 } | 143 } |
OLD | NEW |