From efa93d8af8e22663383f163b9b81c3aecae5f60f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 13 Apr 2011 21:30:30 -0400 Subject: Styling up the searchbar --- leafymiracle/static/css/leafy.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/leafymiracle/static/css/leafy.css b/leafymiracle/static/css/leafy.css index cd84145..07d2679 100644 --- a/leafymiracle/static/css/leafy.css +++ b/leafymiracle/static/css/leafy.css @@ -24,3 +24,14 @@ img.center { float: right; float: top; } + +.ui-autocomplete { + font-size: 75%; + width: 180px; + + /* vertical scrollbar on */ + max-height: 600px; + overflow-y: auto; + /* prevent horizontal scrollbar */ + overflow-x: hidden; +} -- cgit