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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.css

Issue 10805079: [cros] Polishing avatar picker layout. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « no previous file | chrome/browser/resources/options2/chromeos/change_picture_options.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index b1e704f570a5488bb14dda48861533ed886b4bdd..d011275ff3751798930652799a550d84645204b8 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -529,7 +529,6 @@ html[oobe=old] #user-image {
*/
#user-image-preview {
- border-radius: 4px;
float: right;
margin: 4px;
max-width: 220px;
@@ -552,6 +551,8 @@ html[camera=webrtc] .camera.live #user-image-preview-img {
.default-image #user-image-preview-img {
background: white;
border: solid 1px #cacaca;
+ border-radius: 4px;
+ padding: 2px;
}
.user-image-stream-area {
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/change_picture_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698