summaryrefslogtreecommitdiffstats
path: root/static/base.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-05 01:45:13 -0700
committerraylu <raylu@mixpanel.com>2011-08-05 01:45:31 -0700
commitc680bce12701298901ccd5cb3f0c366799f6a1c6 (patch)
tree922e20472b8a7ddb7f582b2d3fba4a71a56ef73a /static/base.css
parent7d59ab2eac80615a7c684ba4bfca879c55d59683 (diff)
downloadaudioaxis-c680bce12701298901ccd5cb3f0c366799f6a1c6.tar.xz
add works
also, `name` -> `title` in the db and global db conn
Diffstat (limited to 'static/base.css')
-rw-r--r--static/base.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/base.css b/static/base.css
index 656d8ef..c932d6f 100644
--- a/static/base.css
+++ b/static/base.css
@@ -33,7 +33,8 @@ input:focus {
}
input[type="submit"] {
background-color: #111;
- padding: 2px 5px;
+ padding: 1px 5px;
+ line-height: 27px;
}
label {
cursor: pointer;
@@ -70,6 +71,7 @@ header label[for="song"] {
header input#song {
left: 390px;
top: 50px;
+ width: 420px;
text-align: center;
}
header input[type="submit"] {
@@ -100,6 +102,13 @@ div#results ul li {
div#results ul li:hover {
background-color: #024;
}
+div#results ul li a {
+ display: block;
+ height: 100%;
+}
+div#results ul li a:hover {
+ text-decoration: none;
+}
div#results ul li img {
height: 50px;
width: 66px;