fixes, added about page

This commit is contained in:
2016-03-31 03:42:53 +02:00
parent a778eb6d64
commit 46d861e0dc
44 changed files with 4217 additions and 416 deletions
+17
View File
@@ -0,0 +1,17 @@
.page-about {
.Box {
padding-left:dist(0);
padding-right:dist(0);
a {font-weight: bold;}
}
#logo {
float:right;
height: 130px;
}
#logo2 {
max-width: 150px;
}
}
+20 -3
View File
@@ -11,7 +11,7 @@
align-items: stretch;
> div {
margin: dist(-2);
margin: dist(-2) dist(-1);
}
label {
@@ -19,8 +19,8 @@
font-weight: bold;
}
input {
width: 150px;
input,select {
width: 6em;
@include media($phone) {
width: 100%;
@@ -38,6 +38,7 @@
.stats {
flex: 0 1;
position: relative;
@include media($phone) {
table {
@@ -68,5 +69,21 @@
#stat-f-s:after {content: "Hz"}
#stat-i-peak:after {content: "mA"}
#stat-i-rms:after {content: "mA"}
// auto reload box
.ar {
position: absolute;
bottom:dist(-2);
width:100%;
text-align: center;
input[type=number] {
width: 4em;
}
input[type=button] {
margin-left: dist(-2);
}
}
}
}