diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-18 17:25:40 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-18 17:25:40 +0100 |
commit | 84a7173ff812d7ed510ccf6568b791fbb464706f (patch) | |
tree | ad78d48ef9f4220817102bcd1d493bee8cdbd9b9 /css | |
parent | 1bf6db40207a6e967f896bd3d9034337ce22b84a (diff) | |
parent | 816d55f57ec56f4f306585075ac43e011bcb9fea (diff) | |
download | istreamdev-84a7173ff812d7ed510ccf6568b791fbb464706f.tar.gz istreamdev-84a7173ff812d7ed510ccf6568b791fbb464706f.tar.bz2 |
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
* 'jquery' of projects.vdr-developer.org:istreamdev:
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; |