summaryrefslogtreecommitdiffstats
path: root/static/base.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-06 19:55:57 -0700
committerraylu <raylu@mixpanel.com>2011-08-06 19:55:57 -0700
commit8f85f1a74cb9f8796638a00c5b78541d027b9845 (patch)
tree709f50a0d15106ed62e0d2aa7be64d95b7646fc8 /static/base.css
parent082514b9ed2071f21e75a735830741d3f319cf50 (diff)
downloadaudioaxis-8f85f1a74cb9f8796638a00c5b78541d027b9845.tar.xz
other users' adds will show up; temp crappy internet fixes
Diffstat (limited to 'static/base.css')
-rw-r--r--static/base.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/base.css b/static/base.css
index c932d6f..00ad6f1 100644
--- a/static/base.css
+++ b/static/base.css
@@ -63,6 +63,7 @@ header label[for="user"] {
}
header input#user {
left: 570px;
+ top: 0px;
}
header label[for="song"] {
left: 300px;
@@ -137,7 +138,7 @@ section.song div.user {
}
section.song div.remove {
position: absolute;
- top: 0px;
+ top: 0;
right: 5px;
font-weight: bold;
cursor: pointer;
@@ -145,8 +146,12 @@ section.song div.remove {
section.song div.thumb {
float: left;
width: 150px;
+ height: 90px;
overflow: hidden;
}
+section.song div.thumb img {
+ height: 90px;
+}
section.song canvas, section.song > img {
position: relative;
top: 20px;