diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 77a5263fa..1292b9925 100755 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -2387,7 +2387,7 @@ FW_devState($$) } - $txt = "
$txt
"; + $txt = "
$txt
"; if($hasOnOff) { # Have to cover: "on:An off:Aus", "A0:Aus AI:An Aus:off An:on" diff --git a/fhem/www/pgm2/darkstyle.css b/fhem/www/pgm2/darkstyle.css index 698c41c0e..07a8b766e 100644 --- a/fhem/www/pgm2/darkstyle.css +++ b/fhem/www/pgm2/darkstyle.css @@ -45,6 +45,7 @@ h2,h3,h4 { color:#EEE; line-height:1.3; margin-top:1.5em; font-family:Verdana; } select.attr,input.attr,select.set,input.set { margin-bottom:10px; } a img { border-style:none; } +.col2 { text-align:center; } /* detail-selector & slider */ select { margin-left:5px; margin-right:5px; } diff --git a/fhem/www/pgm2/smallscreenstyle.css b/fhem/www/pgm2/smallscreenstyle.css index d583e256d..2749f30d8 100644 --- a/fhem/www/pgm2/smallscreenstyle.css +++ b/fhem/www/pgm2/smallscreenstyle.css @@ -14,6 +14,7 @@ select { font-family:Arial, sans-serif; font-size:16px;} .devType { padding-top:10px; font-size:12px;} a { color: #278727; } img { border-style: none; } +.col2 { text-align:center; } div.col1 { width: 188px; height: 30px; white-space: nowrap; } div.col2 { width: 108px; height: 30px; diff --git a/fhem/www/pgm2/style.css b/fhem/www/pgm2/style.css index fddf0821d..02a8bc71e 100644 --- a/fhem/www/pgm2/style.css +++ b/fhem/www/pgm2/style.css @@ -37,6 +37,7 @@ div.dist { padding-top:0.3em; } button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; } a img { border-style:none; } +.col2 { text-align:center; } /* detail-selector & slider */ select { margin-left:5px; margin-right:5px; } diff --git a/fhem/www/pgm2/touchpadstyle.css b/fhem/www/pgm2/touchpadstyle.css index 08559a9dd..90a695f9c 100644 --- a/fhem/www/pgm2/touchpadstyle.css +++ b/fhem/www/pgm2/touchpadstyle.css @@ -13,6 +13,7 @@ select { font-family:Arial, sans-serif; font-size:18px} .devType { padding-top:20px; } a { color: #278727; } +.col2 { text-align:center; } table.block { border:1px solid gray; width: 100%; background: #F8F8E0; } table.block tr.odd { background: #F0F0D8; }