remove unnecessary css

plugin should now rely on touchUI's own css so removed my dodgy fix
This commit is contained in:
ntoff 2017-11-18 07:22:26 +10:00
parent 47a3537490
commit ab2fa40b32

View File

@ -1,20 +1,3 @@
#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;
}
div#settings_plugin_fanspeedslider div {
width: 80%;
}