1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

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

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

View File

@ -101,11 +101,8 @@ div.tiny { font-size:10px; }
/* Portrait mode */
@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 select,
table.block input
{ width: 0px; display: none; }
}
/* Landscape mode */

View File

@ -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; }
}