diff --git a/www/pgm2/darksmallscreenstyle.css b/www/pgm2/darksmallscreenstyle.css index 4ff97c47e..abfd7b9d5 100644 --- a/www/pgm2/darksmallscreenstyle.css +++ b/www/pgm2/darksmallscreenstyle.css @@ -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 */ diff --git a/www/pgm2/ios7smallscreenstyle.css b/www/pgm2/ios7smallscreenstyle.css index 1f996285a..0460b5fbe 100644 --- a/www/pgm2/ios7smallscreenstyle.css +++ b/www/pgm2/ios7smallscreenstyle.css @@ -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 */ diff --git a/www/pgm2/smallscreenstyle.css b/www/pgm2/smallscreenstyle.css index 5949b7767..1c640b883 100644 --- a/www/pgm2/smallscreenstyle.css +++ b/www/pgm2/smallscreenstyle.css @@ -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; } }