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

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

Issue 16103006: Add stub icons for playpen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 * 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 -webkit-box-align: center; 9 -webkit-box-align: center;
10 -webkit-box-pack: center; 10 -webkit-box-pack: center;
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 outline: none; 215 outline: none;
216 padding: 0; 216 padding: 0;
217 position: absolute; 217 position: absolute;
218 top: 0; 218 top: 0;
219 width: 26px; 219 width: 26px;
220 z-index: 1; 220 z-index: 1;
221 } 221 }
222 222
223 .user-type-icon-image { 223 .user-type-icon-image {
224 background-color: transparent; 224 background-color: transparent;
225 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_NORMAL'); 225 background-image: url('chrome://theme/IDR_MANAGED_MODE_ICON');
226 border: 0 !important; 226 border: 0 !important;
227 height: 16px; 227 height: 16px;
Nikita (slow) 2013/05/27 15:46:46 It is the same 16x16 icon, right?
Denis Kuznetsov (DE-MUC) 2013/05/27 15:49:19 Yes.
228 margin: 5px; 228 margin: 5px;
229 padding: 0; 229 padding: 0;
230 width: 16px; 230 width: 16px;
231 } 231 }
232 232
233
234 html[dir=rtl] .action-box-area { 233 html[dir=rtl] .action-box-area {
235 left: 0; 234 left: 0;
236 right: auto; 235 right: auto;
237 } 236 }
238 237
239 .action-box-button:hover { 238 .action-box-button:hover {
240 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_HOVER'); 239 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_HOVER');
241 } 240 }
242 241
243 .action-box-area.active .action-box-button { 242 .action-box-area.active .action-box-button {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 .pod.public-account.expanded .name, 444 .pod.public-account.expanded .name,
446 .pod.public-account.expanded .learn-more { 445 .pod.public-account.expanded .learn-more {
447 display: none; 446 display: none;
448 } 447 }
449 448
450 .pod.public-account.expanded .side-pane-divider, 449 .pod.public-account.expanded .side-pane-divider,
451 .pod.public-account.expanded .side-pane-container, 450 .pod.public-account.expanded .side-pane-container,
452 .pod.public-account.animating .side-pane-container { 451 .pod.public-account.animating .side-pane-container {
453 visibility: inherit; 452 visibility: inherit;
454 } 453 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698