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

Side by Side Diff: chrome/browser/resources/settings/people_page/change_picture.css

Issue 1610973002: Settings People Revamp: Implement Change People preview pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0072-settings-add-tests-for-cros-choose-picture
Patch Set: Created 4 years, 11 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 | « no previous file | chrome/browser/resources/settings/people_page/change_picture.html » ('j') | 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) 2015 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2015 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 #availableIcons { 5 #available-icons {
6 -webkit-margin-start: 16px; 6 -webkit-margin-start: 16px;
7 margin-top: 16px; 7 margin-top: 16px;
8 } 8 }
9 9
10 #available-icons paper-button {
11 padding: 4px;
12 }
13
14 #preview-pane {
15 flex-shrink: 0;
16 margin: 18px 10px 0 0;
17 width: 228px;
18 }
19
20 #preview-pane img {
21 border: solid 1px #cacaca;
22 border-radius: 4px;
23 max-height: 220px;
24 max-width: 220px;
25 padding: 3px;
26 }
27
10 .user-image { 28 .user-image {
11 height: 64px; 29 height: 64px;
12 width: 64px; 30 width: 64px;
13 } 31 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/change_picture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698