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

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

Issue 1575543003: Settings People Revamp: Implement parts of ChromeOS Change Picture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix camera presence observer 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
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 paper-input { 5 #availableIcons {
6 width: 300px; 6 -webkit-margin-begin: 16px;
dpapad 2016/01/13 01:35:52 Is -webkit-margin-begin a valid property name? I
Dan Beam 2016/01/13 18:04:37 no (start, end, before, after)
tommycli 2016/01/13 18:29:11 Done. Doh!
7 margin-top: 16px;
7 } 8 }
8 9
9 #availableIcons { 10 .user-image {
10 -webkit-margin-start: 16px; 11 height: 64px;
11 margin-top: 16px; 12 width: 64px;
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698