diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-04 21:39:13 +0200 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-04 21:39:13 +0200 |
commit | 7579fc7bc9c894182b3de9bb9007aaa4b554b7fc (patch) | |
tree | e8b2707bf4501a7dd8b58d1af4774a82b68fb679 /apps/media/css | |
parent | 4bcb6f5346271e0a92b4b0450f709474910d571b (diff) | |
download | nextcloud-server-7579fc7bc9c894182b3de9bb9007aaa4b554b7fc.tar.gz nextcloud-server-7579fc7bc9c894182b3de9bb9007aaa4b554b7fc.zip |
updated margins
Diffstat (limited to 'apps/media/css')
-rw-r--r-- | apps/media/css/music.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/media/css/music.css b/apps/media/css/music.css index 8575e6334a5..67d56075194 100644 --- a/apps/media/css/music.css +++ b/apps/media/css/music.css @@ -1,6 +1,6 @@ #controls ul.jp-controls { padding:0; } #controls ul.jp-controls li { display:inline; } -#controls ul.jp-controls li a { position:absolute; padding:.8em 1em; } +#controls ul.jp-controls li a { position:absolute; padding:.8em 1em .8em 0; } a.jp-play, a.jp-pause { left:2.5em; } a.jp-pause { display:none; } a.jp-next { left:5em; } @@ -39,7 +39,7 @@ tr.album td.artist { padding-left:1em; } tr.song td.artist { padding-left:2em; } .add {margin: 0 0.5em 0 0; } -#scan { position:absolute; right:13em; top:0em; } +#scan { position:absolute; right:13.5em; top:0em; } #scan .start { position:relative; display:inline; float:right; } #scan .stop { position:relative; display:inline; float:right; } #scan #scanprogressbar { position:relative; display:inline-block; width:10em; height:1.5em; top:.4em; } |