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

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

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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) 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 #gaia-signin { 6 #gaia-signin {
7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */ 7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */
8 padding: 70px 17px 69px; /* Screen has no controls. */ 8 padding: 70px 17px 69px; /* Screen has no controls. */
9 width: 722px; /* Should be the same as #user-image.loading width. */ 9 width: 722px; /* Should be the same as #user-image.loading width. */
10 } 10 }
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 #enterprise-info-container #enterprise-info { 117 #enterprise-info-container #enterprise-info {
118 display: inline-block; 118 display: inline-block;
119 } 119 }
120 120
121 #gaia-signin .step-contents { 121 #gaia-signin .step-contents {
122 -webkit-box-pack: center; 122 -webkit-box-pack: center;
123 display: -webkit-box; 123 display: -webkit-box;
124 height: 100%; 124 height: 100%;
125 } 125 }
126 126
127 #createManagedUserSeparator { 127 #createSupervisedUserSeparator {
128 background-color: rgba(128,128,128,0.3); 128 background-color: rgba(128,128,128,0.3);
129 height: 1px; 129 height: 1px;
130 width: 200px; 130 width: 200px;
131 } 131 }
132 132
133 #createManagedUserLogo { 133 #createSupervisedUserLogo {
134 font-weight: bold; 134 font-weight: bold;
135 margin-top: 16px; 135 margin-top: 16px;
136 } 136 }
137 137
138 #createManagedUserLogo img { 138 #createSupervisedUserLogo img {
139 vertical-align: text-bottom; 139 vertical-align: text-bottom;
140 } 140 }
141 141
142 #createManagedUserLogo span { 142 #createSupervisedUserLogo span {
143 vertical-align: -10%; 143 vertical-align: -10%;
144 } 144 }
145 145
146 #createManagedUserLinkPlaceholder, 146 #createSupervisedUserLinkPlaceholder,
147 #createManagedUserNoManagerText { 147 #createSupervisedUserNoManagerText {
148 margin-top: 10px; 148 margin-top: 10px;
149 } 149 }
150 150
151 #saml-notice-container { 151 #saml-notice-container {
152 left: 0; 152 left: 0;
153 position: absolute; 153 position: absolute;
154 right: 0; 154 right: 0;
155 text-align: center; 155 text-align: center;
156 top: 50px; 156 top: 50px;
157 } 157 }
158 158
159 #saml-notice-message { 159 #saml-notice-message {
160 margin: 0 auto; 160 margin: 0 auto;
161 } 161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698