update webguiapp component
This commit is contained in:
parent
8f7006b057
commit
d0c68af6b7
|
|
@ -85,12 +85,12 @@
|
||||||
PrintLabel('DNS1:','~gsmdns~');
|
PrintLabel('DNS1:','~gsmdns~');
|
||||||
PrintLabel('DNS2:','~bkgsmdns~');
|
PrintLabel('DNS2:','~bkgsmdns~');
|
||||||
PrintLabel('DNS3:','~flgsmdns~');
|
PrintLabel('DNS3:','~flgsmdns~');
|
||||||
PrintSep();
|
PrintSep(); }
|
||||||
PrintSaveFail('~status_fail~');
|
|
||||||
PrintSaveBtn('gprs'); PrintApplyBtn('gprs');}
|
|
||||||
else
|
else
|
||||||
PrintLabel("GPRS is not supported by the hardware","");
|
PrintLabel("GPRS is not supported by the hardware","");
|
||||||
</script>
|
</script></table>
|
||||||
|
<script>PrintSaveFail('~status_fail~');
|
||||||
|
PrintSaveBtn('gprs'); PrintApplyBtn('gprs');</script>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
/*========== Colors ==========*/
|
/*========== Colors ==========*/
|
||||||
--first-color: #FFFFFF;
|
--first-color: #FFFFFF;
|
||||||
--first-color-light: #90C0E0;
|
--first-color-light: #ff0000;
|
||||||
--title-color: #336699;
|
--title-color: #990000;
|
||||||
--text-color: #404040;
|
--text-color: #404040;
|
||||||
--text-color-light: #336699;
|
--text-color-light: #990000;
|
||||||
--body-color: #FFFFFF;
|
--body-color: #FFFFFF;
|
||||||
--container-color: #90C0E0;
|
--container-color: #ff0000;
|
||||||
|
|
||||||
/*========== Font and typography ==========*/
|
/*========== Font and typography ==========*/
|
||||||
--body-font: 'Arial', sanf-serif;
|
--body-font: 'Arial', sanf-serif;
|
||||||
|
|
@ -316,8 +316,6 @@ img {
|
||||||
|
|
||||||
.rl{text-align:right;}
|
.rl{text-align:right;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input, .btn, .lab, textarea {
|
input, .btn, .lab, textarea {
|
||||||
font:.8rem consolas,monospace;
|
font:.8rem consolas,monospace;
|
||||||
padding-left:3px;
|
padding-left:3px;
|
||||||
|
|
@ -327,7 +325,6 @@ input, .btn, .lab, textarea {
|
||||||
margin: 3px 3px;
|
margin: 3px 3px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn{min-width:100px;}
|
.btn{min-width:100px;}
|
||||||
.btn:active{background-color: #CCCCCC;}
|
.btn:active{background-color: #CCCCCC;}
|
||||||
.btn:hover {border:solid 1px #999999;}
|
.btn:hover {border:solid 1px #999999;}
|
||||||
|
|
@ -340,6 +337,17 @@ textarea {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stg td{width:auto;padding:1px;margin:0}
|
||||||
|
.stg input, select {height:25px}
|
||||||
|
input[type="radio"] { margin-top: -1px; vertical-align: middle;}
|
||||||
|
.stg table{margin: 5px auto}
|
||||||
|
.dot {height: 30px;
|
||||||
|
width: 30px;
|
||||||
|
background-color: #d0d0d0;
|
||||||
|
border-radius: 40%;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 7px 20px}
|
||||||
|
|
||||||
.cntr {
|
.cntr {
|
||||||
margin:auto;
|
margin:auto;
|
||||||
font: .8rem consolas, monospace;}
|
font: .8rem consolas, monospace;}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 88ac20f673651500d2aae86b193524a0d17bb57b
|
Subproject commit 093d1abd7896f7ea57eb352d5826b6ac0d94e27a
|
||||||
Loading…
Reference in New Issue
Block a user