2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-30 05:57:08 +00:00

smallscreenstyle.css: fix the at wizard (Forum #67710)

git-svn-id: https://svn.fhem.de/fhem/trunk@13490 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-02-23 08:47:55 +00:00
parent 1e3335ee44
commit 07c8f7b72a
2 changed files with 9 additions and 12 deletions

View File

@ -101,11 +101,8 @@ div.tiny { font-size:10px; }
/* Portrait mode */ /* Portrait mode */
@media all and (orientation:portrait) { @media all and (orientation:portrait) {
/*table.block select, table.block input { width: 0px; display: none; } */
table.block tr td:nth-child(n+3) { width: 0px; display: none; } table.block tr td:nth-child(n+3) { width: 0px; display: none; }
table.block select,
table.block input
{ width: 0px; display: none; }
} }
/* Landscape mode */ /* Landscape mode */

View File

@ -56,7 +56,7 @@ button.dist { margin:5px; }
/* Portrait mode */ /* Portrait mode */
@media all and (orientation:portrait) { @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; } table.block tr td:nth-child(n+3) { width: 0px; display: none; }
} }