diff options
author | Alib <aliboba@free.fr> | 2010-03-18 17:53:23 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-18 17:53:23 +0100 |
commit | d6c44b76105dd8c0937307b7204685af1923a3d1 (patch) | |
tree | 1783b5aef1ffd27bd084b07ff2e3636d24442afd /css | |
parent | 443258f637bf1a73e1867bf320170fc8142ad75a (diff) | |
download | istreamdev-d6c44b76105dd8c0937307b7204685af1923a3d1.tar.gz istreamdev-d6c44b76105dd8c0937307b7204685af1923a3d1.tar.bz2 |
cleaned audio playlist page
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index f054c08..f6a393d 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -53,7 +53,6 @@ position: relative; -webkit-mask-box-image: url(../img/mask.png) 80 stretch; top: 0px; background-image: url('../img/nologoTV-mini.png') ; -background-size: 55px; } li.channellist span.name { @@ -303,18 +302,20 @@ left: 2px; } li.track a span.tracktitle { position: relative; -left: 32px; +left: 0px; padding-left: 4px; top: -3px; +display:block; text-overflow: ellipsis; overflow: hidden; -width: 60%; +white-space: nowrap; +width: 70%; } li.track a div.timebox { position: relative; width: 30px; height: 42px; -top: -12px; +top: -36px; display: block; float: right; margin-left: 3px; |