touch ui compatibility

This commit is contained in:
ntoff
2017-08-30 18:28:26 +10:00
parent 594455ef61
commit 05e2e10497
3 changed files with 67 additions and 33 deletions

View File

@ -0,0 +1,16 @@
#touch body #control #control-fan-slider {
padding: 30px 0 15px 15px;
width: 50%;
}
#touch body #control #control-fan-slider button, #touch body #control #control-fan-slider input {
padding: 10px 20px;
margin: 0 0 20px;
width: 100%;
min-height: 40px;
height: auto;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}