diff options
author | raylu <raylu@mixpanel.com> | 2011-08-06 20:11:33 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-06 20:11:33 -0700 |
commit | dbeeffe4720c38737bc49bf3cb4fd080d08ea203 (patch) | |
tree | c4f3346b8b3c32cb3c8cce458c904ad56bdcbfb8 /static/base.css | |
parent | 8f85f1a74cb9f8796638a00c5b78541d027b9845 (diff) | |
download | audioaxis-dbeeffe4720c38737bc49bf3cb4fd080d08ea203.tar.xz |
condense display vertically
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/static/base.css b/static/base.css index 00ad6f1..59ebd83 100644 --- a/static/base.css +++ b/static/base.css @@ -125,8 +125,8 @@ object#player { section.song { background-color: #111; - padding: 15px 20px; - margin-top: 10px; + padding: 10px 15px; + margin-top: 7px; position: relative; /* for remove */ } section.song div.info { @@ -135,6 +135,7 @@ section.song div.info { } section.song div.user { float: right; + margin-right: 8px; } section.song div.remove { position: absolute; @@ -145,7 +146,7 @@ section.song div.remove { } section.song div.thumb { float: left; - width: 150px; + width: 140px; height: 90px; overflow: hidden; } @@ -154,7 +155,7 @@ section.song div.thumb img { } section.song canvas, section.song > img { position: relative; - top: 20px; + left: 10px; } section.song > img[src$='pause.png'] { display: none; |