mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-26 05:24:21 +01:00
zmodem: rewrite the ui modal
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user