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

Unified 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 change_picture_handler to accomodate origin/master changes 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/change_picture.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/change_picture.css
diff --git a/chrome/browser/resources/settings/people_page/manage_profile.css b/chrome/browser/resources/settings/people_page/change_picture.css
similarity index 84%
copy from chrome/browser/resources/settings/people_page/manage_profile.css
copy to chrome/browser/resources/settings/people_page/change_picture.css
index fe8c87b6d26a144c9da8085607bb6875a86e9c11..914164484c73af9287d92b54589906565fc20a0b 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.css
+++ b/chrome/browser/resources/settings/people_page/change_picture.css
@@ -2,11 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-paper-input {
- width: 300px;
-}
-
#availableIcons {
-webkit-margin-start: 16px;
margin-top: 16px;
}
+
+.user-image {
+ height: 64px;
+ width: 64px;
+}
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/change_picture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698