diff options
author | Alib <aliboba@free.fr> | 2010-03-18 17:21:19 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-18 17:21:19 +0100 |
commit | 816d55f57ec56f4f306585075ac43e011bcb9fea (patch) | |
tree | 3b73cd016fc0b9b54438f501840bd7249bf81290 /css | |
parent | 8f38837933ee756146813a43dc1633cab1a99ae3 (diff) | |
download | istreamdev-816d55f57ec56f4f306585075ac43e011bcb9fea.tar.gz istreamdev-816d55f57ec56f4f306585075ac43e011bcb9fea.tar.bz2 |
clean themes rep
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index 65939cc..c53769d 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -52,7 +52,8 @@ vertical-align: middle; position: relative; -webkit-mask-box-image: url(../img/mask.png) 80 stretch; top: 0px; -background-image: url('../img/nologoTV.png') +background-image: url('../img/nologoTV.png') ; +background-size: 55px; } li.channellist span.name { @@ -60,7 +61,6 @@ margin: 10px 0 0 0px; left: 90px; text-overflow: ellipsis; overflow: hidden; -text-overflow: ellipsis; white-space: nowrap; max-width: 80%!important; white-space: nowrap; @@ -306,6 +306,9 @@ position: relative; left: 32px; padding-left: 4px; top: -3px; +text-overflow: ellipsis; +overflow: hidden; +width: 60%; } li.track a div.timebox { position: relative; |