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

Unified Diff: chrome/browser/resources/options2/chromeos/change_picture_options.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 | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/chromeos/change_picture_options.css
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.css b/chrome/browser/resources/options2/chromeos/change_picture_options.css
index 798a660cad86bcd00410a2934b2fa505e9f86deb..606c3dc0a3cf994c91e9b89c89aa8c1070533804 100644
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.css
+++ b/chrome/browser/resources/options2/chromeos/change_picture_options.css
@@ -2,6 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+#change-picture-page .content-area {
+ min-width: 800px;
+}
+
#user-image-grid {
-webkit-user-drag: none;
-webkit-user-select: none;
@@ -11,7 +15,7 @@
/* Necessary for correct metrics calculation by grid.js. */
overflow: hidden;
padding: 0;
- width: 562px;
+ width: 538px;
}
#user-image-grid * {
@@ -30,7 +34,7 @@
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
display: inline-block;
- margin: 10px;
+ margin: 8px;
padding: 3px;
}
@@ -50,7 +54,6 @@
*/
#user-image-preview {
- border-radius: 4px;
display: inline-block;
margin-right: 10px;
margin-top: 20px;
@@ -79,6 +82,8 @@ html[dir=rtl] #user-image-preview {
.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 | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698