2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

*smallscreenstyle.css: enable slider in portrait mode for the details screen.

Forum #33171


git-svn-id: https://svn.fhem.de/fhem/trunk@7857 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-02-03 20:05:20 +00:00
parent 1ce68a023c
commit 86d6658189
3 changed files with 11 additions and 14 deletions

View File

@ -103,8 +103,8 @@ div.tiny { font-size:10px; }
table.block tr td:nth-child(n+3) { width: 0px; display: none; }
table.block select,
table.block input,
.handle { width: 0px; display: none; }
table.block input
{ width: 0px; display: none; }
}
/* Landscape mode */

View File

@ -107,8 +107,8 @@ svg { height:32px; width:32px; fill:#1c7efb; vertical-align:middle; margin:2px 0
table.block svg.icon { margin-right: 5px; }
table.block select,
table.block input,
.handle { width: 0px; display: none; }
table.block input
{ width: 0px; display: none; }
}
/* Landscape mode */

View File

@ -55,11 +55,8 @@ button.dist { margin:5px; }
/* 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,
.handle { 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 */
@ -68,10 +65,10 @@ button.dist { margin:5px; }
div.col2 { width: 108px; }
div.col3 { width: 108px; height: 30px; }
table.block input { text-align: center; }
table.block tr td:nth-child(3) { 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; }
table.block div.slider { width: 108px; text-align: center; }
table.block slider { float: none; }
table.block select { text-align: center; }
}