mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Fixed the add button on AddSeries.
This commit is contained in:
parent
4486238c4c
commit
f99e629817
3 changed files with 32 additions and 11 deletions
|
@ -1,4 +1,16 @@
|
|||
<span>
|
||||
<style>
|
||||
#saveDir
|
||||
{
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
#saveDir span
|
||||
{
|
||||
margin-top: -2px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<span>
|
||||
<input id="rootDirInput" class="folderLookup" type="text" style="width: 400px" />
|
||||
<button id="saveDir">
|
||||
Add</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue