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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_options.css

Issue 158953002: Spoken feedback sounds for user photo capture/discard at image picker added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PlaySystemSound... functions introduced according to latest changes. Created 6 years, 10 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
Index: chrome/browser/resources/options/chromeos/change_picture_options.css
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.css b/chrome/browser/resources/options/chromeos/change_picture_options.css
index ab0d497df17701a17ad040babc28ad058924c586..93bb0dcbe6f8c8672faaa6efa2afae49c2fc86b7 100644
--- a/chrome/browser/resources/options/chromeos/change_picture_options.css
+++ b/chrome/browser/resources/options/chromeos/change_picture_options.css
@@ -61,6 +61,10 @@
#user-image-preview .perspective-box {
-webkit-perspective: 600px;
+ border: solid 1px #cacaca;
+ border-radius: 4px;
+ padding: 2px;
+ width: 220px;
}
#user-image-preview-img {

Powered by Google App Engine
This is Rietveld 408576698