diff options
author | raylu <raylu@mixpanel.com> | 2011-08-07 18:48:51 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-07 18:48:51 -0700 |
commit | c5856a0d115cb46760a359d45a3a734fc1d51b52 (patch) | |
tree | f3cccc20d5f4793490ccc9208de7524896edd6a0 /static/base.css | |
parent | f61e03f7f43536adce71c5783536aa67f63f029d (diff) | |
download | audioaxis-c5856a0d115cb46760a359d45a3a734fc1d51b52.tar.xz |
move (reorder) and move updates
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/static/base.css b/static/base.css index fb01a40..438e4c1 100644 --- a/static/base.css +++ b/static/base.css @@ -136,14 +136,31 @@ section.song div.info { } section.song div.user { float: right; - margin-right: 8px; + margin-right: 20px; } section.song div.remove { position: absolute; top: 0; right: 5px; - font-weight: bold; - cursor: pointer; +} +section.song div.remove img { + opacity: 0.6; +} +section.song div.remove img:hover { + opacity: 1.0; +} +section.song div.reorder { + position: absolute; + bottom: 0; + right: 5px; +} +section.song div.reorder img { + display: block; + margin-bottom: 5px; + opacity: 0.6; +} +section.song div.reorder img:hover { + opacity: 1.0; } section.song div.thumb { float: left; @@ -156,7 +173,7 @@ section.song div.thumb img { } section.song canvas, section.song > img { position: relative; - left: 10px; + left: 5px; } section.song > img[src$='pause.png'] { display: none; |