mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-31 20:15:55 +00:00
def86f90f5
Buttons do not have a height globally assigned anymore (no more CSS tweaking all over the place), this means they are larger than textboxes and selects, but it looks good.
10 lines
235 B
Text
10 lines
235 B
Text
<style>
|
|
</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>
|