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

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

Issue 9696056: make passwords overlay not jiggle when you click a row (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/options2/options_page.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/password_manager.css
diff --git a/chrome/browser/resources/options2/password_manager.css b/chrome/browser/resources/options2/password_manager.css
index b8c62f46b5943eaf83f60edbc21a12e4ac6977cf..71d4f05f95cef9e8b4444a6c489f69e8e759852c 100644
--- a/chrome/browser/resources/options2/password_manager.css
+++ b/chrome/browser/resources/options2/password_manager.css
@@ -3,12 +3,8 @@
* found in the LICENSE file.
*/
-#password-manager {
- max-width: 1000px;
-}
-
#password-manager > div.content-area {
- min-width: 500px;
+ width: 600px;
}
#password-search-column {
« no previous file with comments | « chrome/browser/resources/options2/options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698