diff options
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 7 |
1 files changed, 4 insertions, 3 deletions
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; |