diff --git a/fhem/www/pgm2/darksmallscreenstyle.css b/fhem/www/pgm2/darksmallscreenstyle.css index a1894c1d3..9ae103475 100644 --- a/fhem/www/pgm2/darksmallscreenstyle.css +++ b/fhem/www/pgm2/darksmallscreenstyle.css @@ -101,20 +101,17 @@ div.tiny { font-size:10px; } /* Portrait mode */ @media all and (orientation:portrait) { - table.block tr td:nth-child(n+3) { width: 0px; display: none; } - - table.block select, - table.block input - { width: 0px; display: none; } +/*table.block select, table.block input { width: 0px; display: none; } */ + table.block tr td:nth-child(n+3) { width: 0px; display: none; } } /* Landscape mode */ @media all and (orientation:landscape) { table.block{ width: 600px; } - table.block input { text-align: center; } - table.block tr td:nth-child(3) { text-align: center; } - - table.block div.slider { width: 108px; text-align: center; } - table.block slider { float: none; } - table.block select { text-align: center; } + table.block input { text-align: center; } + table.block tr td:nth-child(3) { text-align: center; } + + table.block div.slider { width: 108px; text-align: center; } + table.block slider { float: none; } + table.block select { text-align: center; } } diff --git a/fhem/www/pgm2/smallscreenstyle.css b/fhem/www/pgm2/smallscreenstyle.css index 9deb6d0a7..0c5b7ba0d 100644 --- a/fhem/www/pgm2/smallscreenstyle.css +++ b/fhem/www/pgm2/smallscreenstyle.css @@ -56,7 +56,7 @@ button.dist { margin:5px; } /* Portrait mode */ @media all and (orientation:portrait) { - table.block select, table.block input { width: 0px; display: none; } +/*table.block select, table.block input { width: 0px; display: none; } */ table.block tr td:nth-child(n+3) { width: 0px; display: none; } }