16 lines
424 B
CSS
16 lines
424 B
CSS
|
#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;
|
||
|
}
|