summaryrefslogtreecommitdiffstats
path: root/static/base.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-06 21:36:23 -0700
committerraylu <raylu@mixpanel.com>2011-08-06 21:36:23 -0700
commitdc49f0338a95f77a9b2a90804f2178cf8281b23e (patch)
tree2b438ba73152d55a21e0d32c4d70765eb9f7ac21 /static/base.css
parentdbeeffe4720c38737bc49bf3cb4fd080d08ea203 (diff)
downloadaudioaxis-dc49f0338a95f77a9b2a90804f2178cf8281b23e.tar.xz
many bugfixes, handle removal updates
Diffstat (limited to 'static/base.css')
-rw-r--r--static/base.css7
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;