zmodem: rewrite the ui modal

This commit is contained in:
Shuanglei Tao
2018-01-13 17:29:50 +08:00
parent 9dd8a97e6b
commit 0b6608e2ef
4 changed files with 116 additions and 71 deletions

View File

@@ -24,24 +24,36 @@ html, body {
#modal header {
font-weight: bold;
text-align: center;
padding-bottom: 20px;
margin-bottom: 20px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}
#status {
margin-top: 10px;
text-align: center;
}
#choose {
padding-top: 10px;
}
#choose .file-name {
border-color: transparent;
}
#progress {
margin-top: 20px;
padding-top: 20px;
border-top: 1px dashed #ddd;
padding-top: 10px;
}
#file-name {
background-color: #fafffd;
text-align: center;
}
#progress progress {
margin-bottom: 0.5rem;
margin: 10px 0;
}
#progress {