diff options
Diffstat (limited to 'static/p.css')
-rw-r--r-- | static/p.css | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/static/p.css b/static/p.css index a67cdab..323d470 100644 --- a/static/p.css +++ b/static/p.css @@ -75,7 +75,6 @@ section.song { position: relative; /* for remove */ } section.song div.info { - margin-bottom: 10px; float: left; } section.song div.user { @@ -108,16 +107,15 @@ section.song div.reorder img:hover { } section.song div.thumb { float: left; - width: 140px; - height: 90px; + width: 100px; + height: 60px; overflow: hidden; } section.song div.thumb img { - height: 90px; + height: 60px; } -section.song canvas, section.song > img { - position: relative; - left: 5px; +section.song > img { + margin-top: 16px; } section.song > img[src$='pause.png'] { display: none; @@ -128,3 +126,7 @@ section.song > img { section.song > img:hover { opacity: 1.0; } +section.song canvas { + margin: 15px 0 0 18px; + vertical-align: middle; +} |