2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

22_HOMEMODE: v1.1.2 - really add max-width to homeinfopanel

git-svn-id: https://svn.fhem.de/fhem/trunk@14377 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
deespe 2017-05-25 19:42:10 +00:00
parent 5c667d8198
commit 2753a76f3c

View File

@ -2942,7 +2942,7 @@ sub HOMEMODE_Details($$$)
return if (AttrVal($name,"HomeAdvancedDetails","none") eq "none" || (AttrVal($name,"HomeAdvancedDetails","") eq "room" && $FW_detail eq $name));
my $hash = $defs{$name};
my $html = "<div>";
$html .= "<style>.homehover{cursor:pointer}.homeinfo{display:none}.tar{text-align:right}.homeinfopanel{min-height:30px;padding:3px 10px}</style>";
$html .= "<style>.homehover{cursor:pointer}.homeinfo{display:none}.tar{text-align:right}.homeinfopanel{min-height:30px;max-width:480px;padding:3px 10px}</style>";
$html .= "<div class=\"homeinfopanel\" informid=\"\"></div>";
$html .= "<table class=\"wide\">";
if (AttrVal($name,"HomeYahooWeatherDevice",""))