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

Unified Diff: chrome/browser/resources/options/cookies_view.css

Issue 6990030: WebUI: size the cookies list according to the window height. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | chrome/browser/resources/options/cookies_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/cookies_view.css
===================================================================
--- chrome/browser/resources/options/cookies_view.css (revision 86234)
+++ chrome/browser/resources/options/cookies_view.css (working copy)
@@ -42,10 +42,6 @@
#cookies-list {
border: 1px solid #D9D9D9;
- /* it would be nice if we could make this expand as necessary up to the height
- * of the window, but the panel doesn't have a known height and that would
- * probably confuse cr.ui.List (which doesn't expect that) anyway */
- height: 600px;
margin: 0;
}
« no previous file with comments | « no previous file | chrome/browser/resources/options/cookies_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698