diff options
Diffstat (limited to 'css/istreamdev.css')
-rw-r--r-- | css/istreamdev.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index e1da055..3f37884 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -40,7 +40,7 @@ vertical-align: middle; } li.channellist { height: 55px; -background-image: url(../img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); +background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142)); background-position: right center; background-repeat: no-repeat; } @@ -59,12 +59,15 @@ 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; font-size: 17px; line-height: normal; position: absolute; font-weight: bold; +width: 50%; } li.channellist span.comment { @@ -77,12 +80,20 @@ position: absolute; top: 15 px; font-style: italic; font-weight: normal; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +width: 50%; + +} +li.channellist small { +margin-right: 0px; } li.channellist small.counter { - margin-right: 15px; + margin-right: 0px; position: relative; - top: 36px; + top: 40px; font-size: 17px; line-height: 13px; font-weight: bold; |