From b9bb0723f3b74a26a430780b218a78a2efb30cd8 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 6 Sep 2007 22:03:49 +0000 Subject: [PATCH] #311737 r=neil.parkwaycc.co.uk, sr=iann_bugzilla Patch from Felix Miata - make .autocomplete-history-popup max-height em instead of px, and longer git-svn-id: svn://10.0.0.236/trunk@235104 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/themes/modern/global/autocomplete.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/themes/modern/global/autocomplete.css b/mozilla/suite/themes/modern/global/autocomplete.css index 6ebfa9a6581..622141a0ccd 100644 --- a/mozilla/suite/themes/modern/global/autocomplete.css +++ b/mozilla/suite/themes/modern/global/autocomplete.css @@ -77,7 +77,7 @@ textbox[type="autocomplete"] { } .autocomplete-history-popup { - max-height: 180px; + max-height: 25em; } /* ::::: tree ::::: */