1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-31 11:32:07 +00:00
Sonarr/NzbDrone.Web/Views/AddSeries/RootDir.cshtml
2011-12-04 19:15:02 -08:00

19 lines
350 B
Text

<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>
</span><span id="rootDirs">
@{Html.RenderAction("RootList");}
</span>