From e5f4511c25f5e721b781b1c0d629114ba5c46bcd Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 23 Feb 2017 08:47:55 +0000 Subject: [PATCH] smallscreenstyle.css: fix the at wizard (Forum #67710) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13490 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/pgm2/darksmallscreenstyle.css | 19 ++++++++----------- www/pgm2/smallscreenstyle.css | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/www/pgm2/darksmallscreenstyle.css b/www/pgm2/darksmallscreenstyle.css index a1894c1d3..9ae103475 100644 --- a/www/pgm2/darksmallscreenstyle.css +++ b/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/www/pgm2/smallscreenstyle.css b/www/pgm2/smallscreenstyle.css index 9deb6d0a7..0c5b7ba0d 100644 --- a/www/pgm2/smallscreenstyle.css +++ b/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; } }