From acb7172b27b05fcefbeee53d819410ed7d694b29 Mon Sep 17 00:00:00 2001 From: Alex Kovar Date: Sat, 30 Oct 2010 17:39:31 -0500 Subject: fixed height for search bar --- completionDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/completionDialog.js b/completionDialog.js index f7ebefa5..927242f5 100644 --- a/completionDialog.js +++ b/completionDialog.js @@ -132,6 +132,7 @@ "width:400px;"+ "}"+ ".completions .searchBar {"+ + "height: 15px;"+ "border-bottom: 1px solid #b3b3b3;"+ "}"+ ".completions .searchResults {"+ -- cgit v1.2.3