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

Side by Side Diff: ui/login/account_picker/user_pod_row.css

Issue 443033003: Desktop user manager: Fix spacing between deletion warning text and button for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | 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 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 background-color: #f3f3f3; 365 background-color: #f3f3f3;
366 } 366 }
367 367
368 .action-box-remove-user-warning { 368 .action-box-remove-user-warning {
369 border-top: 1px solid lightgray; 369 border-top: 1px solid lightgray;
370 font-size: 12px; 370 font-size: 12px;
371 line-height: 18px; 371 line-height: 18px;
372 padding: 20px; 372 padding: 20px;
373 } 373 }
374 374
375 .action-box-remove-user-warning-text { 375 .action-box-remove-user-warning-text,
376 .action-box-remove-supervised-user-warning-text {
376 padding-bottom: 20px; 377 padding-bottom: 20px;
377 } 378 }
378 379
379 .action-box-remove-user-warning .remove-warning-button { 380 .action-box-remove-user-warning .remove-warning-button {
380 width: 100%; 381 width: 100%;
381 } 382 }
382 383
383 .user-type-bubble { 384 .user-type-bubble {
384 background-color: white; 385 background-color: white;
385 border: 1px solid lightgray; 386 border: 1px solid lightgray;
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 top: 4px; 577 top: 4px;
577 } 578 }
578 579
579 .pod.public-account.expanded.advanced .language-and-input-container { 580 .pod.public-account.expanded.advanced .language-and-input-container {
580 display: none; 581 display: none;
581 } 582 }
582 583
583 .enter-button { 584 .enter-button {
584 font-size: 14px; 585 font-size: 14px;
585 } 586 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698