wifi sta picker improvements and better transl

This commit is contained in:
2017-07-22 14:16:12 +02:00
parent 812feebf54
commit 3f09cc3601
5 changed files with 39 additions and 26 deletions
+13 -9
View File
@@ -34,18 +34,22 @@
// min-width: 10em;
//}
// Submit Top Right
&.str {
position: relative;
.Row.mq-phone {
.Row.buttons {
position: absolute;
right: dist(0);
margin: 1rem auto;
}
.Row.mq-no-phone {
position: absolute;
right: 0;
top: 0;
margin-top: dist(-1);
@include media($phone) {
right: dist(0);
margin: 1rem auto;
}
@include media($tablet-min) {
right: 0;
top: 0;
margin-top: dist(-1);
}
}
}
}
+1 -1
View File
@@ -173,7 +173,7 @@
}
}
.essid, .passwd {
.essid, .passwd, .nopasswd {
padding-bottom: 0;
}