diff options
author | Alib <aliboba@free.fr> | 2010-03-17 12:08:21 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-17 12:08:21 +0100 |
commit | e581350f37c18e15ba9d535d29fe5bd5b2fd46c4 (patch) | |
tree | fabc14e2dcd5d069a541f0199fe447f9644a4200 /css | |
parent | 2699eecff7856183c6f0ef45a5e1eab2cf92d6e0 (diff) | |
download | istreamdev-e581350f37c18e15ba9d535d29fe5bd5b2fd46c4.tar.gz istreamdev-e581350f37c18e15ba9d535d29fe5bd5b2fd46c4.tar.bz2 |
added max width for chanel list & categories
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 14 |
1 files changed, 14 insertions, 0 deletions
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 { |