summaryrefslogtreecommitdiffstats
path: root/static/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/base.css')
-rw-r--r--static/base.css9
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;