mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Reformat WebUI code
This commit is contained in:
parent
ba32525b45
commit
d0886f8db0
@ -11,6 +11,7 @@
|
||||
width: 100%;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div id="installSearchPluginContainer">
|
||||
@ -20,7 +21,7 @@
|
||||
<input type="text" id="newPluginPath" placeholder="QBT_TR(URL or local directory)QBT_TR[CONTEXT=PluginSourceDlg]" autocorrect="off" autocapitalize="none" />
|
||||
<div style="margin-top: 10px; text-align: center;">
|
||||
<button id="newPluginCancel" onclick="closeSearchWindow('installSearchPlugin');">QBT_TR(Cancel)QBT_TR[CONTEXT=PluginSourceDlg]</button>
|
||||
<button id="newPluginOk" onclick="newPluginOk();">QBT_TR(Ok)QBT_TR[CONTEXT=PluginSourceDlg]</button></div>
|
||||
<button id="newPluginOk" onclick="newPluginOk();">QBT_TR(Ok)QBT_TR[CONTEXT=PluginSourceDlg]</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -56,6 +56,7 @@
|
||||
line-height: 1.5em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div id="searchResults">
|
||||
|
@ -38,6 +38,7 @@
|
||||
#searchPlugins_content {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div id="searchPluginsContainer">
|
||||
|
Loading…
Reference in New Issue
Block a user