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

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

Issue 330283004: User Manager UI fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 245
246 .action-box-area:focus, 246 .action-box-area:focus,
247 .action-box-area.hovered, 247 .action-box-area.hovered,
248 .action-box-area.active { 248 .action-box-area.active {
249 opacity: 1; 249 opacity: 1;
250 } 250 }
251 251
252 .action-box-button { 252 .action-box-button {
253 background-color: transparent; 253 background-color: transparent;
254 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_NORMAL'); 254 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_NORMAL');
255 border: 0 !important; 255 border: 0;
Nikita (slow) 2014/06/16 15:28:10 I thought that this change may break something in
noms (inactive) 2014/06/16 18:10:56 Yeah, I don't know why it was there (I couldn't fi
256 height: 13px; 256 height: 13px;
257 margin: 5px; 257 margin: 5px;
258 padding: 0; 258 padding: 0;
259 width: 13px; 259 width: 13px;
260 } 260 }
261 261
262 .user-type-icon-area { 262 .user-type-icon-area {
263 background-color: white; 263 background-color: white;
264 border-radius: 2px; 264 border-radius: 2px;
265 box-shadow: none; 265 box-shadow: none;
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 .pod.public-account.expanded .name, 588 .pod.public-account.expanded .name,
589 .pod.public-account.expanded .learn-more { 589 .pod.public-account.expanded .learn-more {
590 display: none; 590 display: none;
591 } 591 }
592 592
593 .pod.public-account.expanded .side-pane-divider, 593 .pod.public-account.expanded .side-pane-divider,
594 .pod.public-account.expanded .side-pane-container, 594 .pod.public-account.expanded .side-pane-container,
595 .pod.public-account.animating .side-pane-container { 595 .pod.public-account.animating .side-pane-container {
596 visibility: inherit; 596 visibility: inherit;
597 } 597 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/login/user_pod_row.js » ('j') | chrome/browser/resources/login/user_pod_row.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698