app/styles/inputs.css in under-os-1.1.0 vs app/styles/inputs.css in under-os-1.2.0
- old
+ new
@@ -1,27 +1,40 @@
input {
left: 10;
- top: 100;
width: 300;
- height: 40;
+ height: 30;
}
+input#i1 {
+ top: 55;
+}
+
+input#i2 {
+ top: 95;
+}
+
+input#i3 {
+ top: 135;
+}
+input#i4 {
+ top: 175;
+}
textarea {
- left: 10;
- top: 150;
- width: 300;
+ top: 215;
+ left: 10;
+ width: 300;
height: 100;
}
slider {
left: 10;
- top: 300;
+ top: 330;
width: 200;
}
switch {
left: 250;
- top: 300;
+ top: 330;
}
progress {
left: 10;
top: 400;