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

Unified Diff: chrome/browser/resources/options2/manage_profile_overlay.css

Issue 10834142: [options2] Fix issue when deleting a user and pressing back. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/options2/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options2/manage_profile_overlay.css b/chrome/browser/resources/options2/manage_profile_overlay.css
index 6db1694c49736216e28fb0c951dc1e5d18c66cba..ff91d87b63f0c785394ec3244d8dc65011e45d39 100644
--- a/chrome/browser/resources/options2/manage_profile_overlay.css
+++ b/chrome/browser/resources/options2/manage_profile_overlay.css
@@ -3,7 +3,8 @@
* found in the LICENSE file. */
#manage-profile-overlay {
- width: 512px;
+ max-width: 512px;
+ min-width: 463px;
Evan Stade 2012/08/07 04:57:11 levae this stuff for another patch
}
.profile-icon-grid-item {
« no previous file with comments | « chrome/browser/resources/options2/browser_options.js ('k') | chrome/browser/resources/options2/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698