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

Unified Diff: chrome/browser/resources/user_manager/user_manager.css

Issue 396193002: Fix avatar image size in user pods on desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/user_manager/user_manager.css
diff --git a/chrome/browser/resources/user_manager/user_manager.css b/chrome/browser/resources/user_manager/user_manager.css
index 53062e349347018a464bc09c142c5ee313cb5a4d..c7060deac0e4f2643a9820afa2dff9f25a599da1 100644
--- a/chrome/browser/resources/user_manager/user_manager.css
+++ b/chrome/browser/resources/user_manager/user_manager.css
@@ -58,8 +58,10 @@ html[dir=rtl] .user-image-pane {
}
.pod .user-image {
- max-height: 180px;
- max-width: 180px;
+ height: 180px;
+ max-height: initial;
+ max-width: initial;
Evan Stade 2014/07/16 23:26:24 is there some other rule setting this somewhere? w
bartfab (slow) 2014/07/16 23:53:57 It's inherited from the CSS for Chrome OS pods, wh
Evan Stade 2014/07/17 01:00:08 I think it's a little dangerous to include css fro
+ width: 180px
Evan Stade 2014/07/16 23:26:24 ;
bartfab (slow) 2014/07/21 18:27:44 Done.
opacity: 1;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698