From e581350f37c18e15ba9d535d29fe5bd5b2fd46c4 Mon Sep 17 00:00:00 2001 From: Alib Date: Wed, 17 Mar 2010 12:08:21 +0100 Subject: added max width for chanel list & categories --- css/istreamdev.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'css') diff --git a/css/istreamdev.css b/css/istreamdev.css index e1da055..c0a6a24 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -35,6 +35,12 @@ vertical-align: middle; margin: 0 0 0 10px; } +.cat_but { +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} + li.forward > a > span, span.substring { vertical-align: middle; } @@ -59,12 +65,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: 40%; } li.channellist span.comment { @@ -77,6 +86,11 @@ position: absolute; top: 15 px; font-style: italic; font-weight: normal; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +width: 40%; + } li.channellist small.counter { -- cgit v1.2.3 From 65c01c73b688dcd30b5215f6316cbca1f05e38b8 Mon Sep 17 00:00:00 2001 From: Alib Date: Wed, 17 Mar 2010 12:25:02 +0100 Subject: playlist/ --- css/istreamdev.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'css') diff --git a/css/istreamdev.css b/css/istreamdev.css index c0a6a24..3f37884 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -35,18 +35,12 @@ vertical-align: middle; margin: 0 0 0 10px; } -.cat_but { -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} - li.forward > a > span, span.substring { 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; } @@ -73,7 +67,7 @@ font-size: 17px; line-height: normal; position: absolute; font-weight: bold; -width: 40%; +width: 50%; } li.channellist span.comment { @@ -89,14 +83,17 @@ font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -width: 40%; +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; -- cgit v1.2.3