2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +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,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; }
}

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