Ville Skytt? wrote: > On Fri, 2005-07-01 at 19:28 +0300, Lauri Tischler wrote: > >>Andreas Mair wrote: >> >>>Hi, >>> >>>I've just released VDRAdmin-0.97-am2a at http://andreas.vdr-developer.org >>>which is a bugfix release of 0.97-am2 with the help of some patch >>>submitters. Many thanks to them all! >> >>In 'Channels' and 'Playing Today' displays the icons for Info and Rec are >>somewhere outside the monitor, way out. >>The reason seems to be that the description of of the program is displayed >>as one long line. > > > Yep, that's due to use of <nobr> and the "white-space: nowrap" in the > templates/CSS. I hear this has already been fixed and will be in the > next version (well, at least I've reported it many times and Andreas > managed to shut my mouth until now by saying that :)) Thanks. replacing line in style.css .einzug_liste { margin: 3px 5px 0px 5px; white-space: nowrap; } with .einzug_liste { margin: 3px 5px 0px 5px; } seems to do the trick.