Upgrade form and handle code

This commit is contained in:
Xose Pérez
2017-03-19 23:52:10 +01:00
parent 2b5ee74d7a
commit a5f2cb6527
6 changed files with 196 additions and 66 deletions

View File

@@ -45,12 +45,15 @@
.button-update {
background: #1f8dd6;
}
.button-reset {
background: rgb(202, 60, 60);
}
.button-reset,
.button-reconnect {
background: rgb(202, 60, 60);
}
.button-upgrade {
background: rgb(202, 60, 60);
margin-left: 5px;
}
.button-upgrade-browse,
.button-apikey {
background: rgb(0, 202, 0);
margin-left: 5px;
@@ -101,6 +104,15 @@ div.hint {
.template {
display: none;
}
input[name=upgrade] {
display: none;
}
#upgrade-progress {
display: none;
width: 100%;
height: 20px;
margin-top: 10px;
}
.pure-form .center {
margin: .5em 0 .2em;
}