WebUI: make various dialog resizable

And enlarge dialog default width.
This commit is contained in:
Chocobo1
2022-03-30 14:26:17 +08:00
parent 2b17838820
commit 08f3630f01
5 changed files with 17 additions and 17 deletions

View File

@@ -65,7 +65,7 @@
<body>
<div style="padding: 10px 10px 0px 10px;">
<p style="font-weight: bold;">QBT_TR(New name)QBT_TR[CONTEXT=TransferListWidget]:</p>
<input type="text" id="rename" style="width: 220px;" />
<input type="text" id="rename" style="width: 99%;" />
<div style="text-align: center; padding-top: 10px;">
<input type="button" value="QBT_TR(Save)QBT_TR[CONTEXT=HttpServer]" id="renameButton" />
</div>