From dc49f0338a95f77a9b2a90804f2178cf8281b23e Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 6 Aug 2011 21:36:23 -0700 Subject: many bugfixes, handle removal updates --- static/base.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'static/base.css') diff --git a/static/base.css b/static/base.css index 59ebd83..fb01a40 100644 --- a/static/base.css +++ b/static/base.css @@ -82,10 +82,10 @@ header input[type="submit"] { div#results { display: none; position: absolute; - width: 428px; + width: 430px; height: 560px; - left: 392px; - top: 82px; + left: 390px; + top: 83px; background-color: #111; border: 1px solid #aaa; z-index: 1; @@ -99,6 +99,7 @@ div#results ul li { display: block; height: 50px; margin: 5px 0; + overflow: hidden; } div#results ul li:hover { background-color: #024; -- cgit v1.2.3