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

Side by Side Diff: chrome/browser/resources/login/user_pod_row.css

Issue 350183002: Rename "managed (mode|user)" to "supervised user" (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 user pods row of account picker UI. 5 * This is the stylesheet used by user pods row of account picker UI.
6 */ 6 */
7 7
8 podrow { 8 podrow {
9 /* Temporarily disabled because animation interferes with updating screen's 9 /* Temporarily disabled because animation interferes with updating screen's
10 size. */ 10 size. */
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 .user-type-icon-image { 282 .user-type-icon-image {
283 background-color: transparent; 283 background-color: transparent;
284 border: 0 !important; 284 border: 0 !important;
285 height: 16px; 285 height: 16px;
286 margin: 5px; 286 margin: 5px;
287 padding: 0; 287 padding: 0;
288 width: 16px; 288 width: 16px;
289 } 289 }
290 290
291 .user-type-icon-area.supervised .user-type-icon-image { 291 .user-type-icon-area.supervised .user-type-icon-image {
292 background-image: url('chrome://theme/IDR_MANAGED_USER_ICON'); 292 background-image: url('chrome://theme/IDR_SUPERVISED_USER_ICON');
293 } 293 }
294 294
295 .user-type-icon-area.policy .user-type-icon-image { 295 .user-type-icon-area.policy .user-type-icon-image {
296 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY'); 296 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
297 } 297 }
298 298
299 .user-type-icon-area.app .user-type-icon-image { 299 .user-type-icon-area.app .user-type-icon-image {
300 background-image: url('chrome://theme/IDR_KIOSK_APP_USER_POD_ICON'); 300 background-image: url('chrome://theme/IDR_KIOSK_APP_USER_POD_ICON');
301 } 301 }
302 302
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 .pod.public-account.expanded .name, 589 .pod.public-account.expanded .name,
590 .pod.public-account.expanded .learn-more { 590 .pod.public-account.expanded .learn-more {
591 display: none; 591 display: none;
592 } 592 }
593 593
594 .pod.public-account.expanded .side-pane-divider, 594 .pod.public-account.expanded .side-pane-divider,
595 .pod.public-account.expanded .side-pane-container, 595 .pod.public-account.expanded .side-pane-container,
596 .pod.public-account.animating .side-pane-container { 596 .pod.public-account.animating .side-pane-container {
597 visibility: inherit; 597 visibility: inherit;
598 } 598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698