more crap

Former-commit-id: 6c97ad16f16e48f56fea7a007d5d8136c51a268c
This commit is contained in:
2016-05-16 01:17:44 +02:00
parent 2357472b4c
commit f77caa03f2
64 changed files with 686 additions and 3565 deletions
-17
View File
@@ -1,17 +0,0 @@
.page-about {
.Box {
padding-left:dist(0);
padding-right:dist(0);
a {font-weight: bold;}
}
#logo {
float:right;
height: 130px;
}
#logo2 {
max-width: 150px;
}
}
+15 -9
View File
@@ -1,11 +1,17 @@
.page-home #staRSSIperc:after {
padding-left: dist(-4);
content: '%';
font-size: fsize(-1);
}
.page-about {
.Box {
padding-left:dist(0);
padding-right:dist(0);
.page-home #staRSSI:after {
padding-left: dist(-4);
content: 'dBm';
font-size: fsize(-1);
a {font-weight: bold;}
}
#logo {
float:right;
height: 130px;
}
#logo2 {
max-width: 150px;
}
}
-101
View File
@@ -1,101 +0,0 @@
#samp-ctrl {
display: flex;
padding: dist(-2);
flex-direction: row;
@include media($phone) {
flex-direction: column;
}
justify-content: center;
align-items: stretch;
> div {
margin: dist(-2) dist(-1);
}
label {
line-height: 1.8;
font-weight: bold;
}
input,select {
width: 6em;
@include media($phone) {
width: 100%;
}
}
// -- spectrogram --
#tile-cfg input {
width: 3em;
}
#interval {
width: 4.5em;
}
}
.Box.chartbox {
display: flex;
flex-direction: row;
@include media($phone) {
flex-direction: column;
}
.stats {
flex: 0 1;
position: relative;
@include media($phone) {
table {
margin: 0 auto;
} // center the table
td,th {
width: 50%;
}
}
th,td {
@include nowrap;
}
th sub { font-weight: normal;}
td {
min-width: 100px;
}
td:after {
font-size: 90%;
padding-left: .5em;
}
//#stat-count
#stat-f-s:after {content: "Hz"}
#stat-i-peak:after {content: "mA"}
#stat-i-rms:after {content: "mA"}
padding-bottom: 50px;
// 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);
}
}
}
}