Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/def86f90f53404ed20441cb2c97674eb0b32a054
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
23 additions and
15 deletions
@ -180,18 +180,30 @@ input[type=text], select
height : 20px ;
}
select , button , input [ type = "button" ] , input [ type = "submit" ] , input [ type = "reset" ]
select
{
height : 26px ;
min-width : 50px ;
margin-left : 10px ;
}
/*This allows us to override center the text on the jQuery UI Buttons when we set the height above*/
button , input [ type = "button" ] , input [ type = "submit" ] , input [ type = "reset" ]
{
margin-left : 10px ;
}
/ * select , button , input [ type = "button" ] , input [ type = "submit" ] , input [ type = "reset" ]
{
height : 26px ;
min-width : 50px ;
margin-left : 10px ;
}
/ * This allows us to override center the text on the jQuery UI Buttons when we set the height above *
button span , input [ type = "button" ] span , input [ type = "submit" ] span , input [ type = "reset" ] span
{
margin-top : -3px ;
}
} * /
. listButton
{
@ -29,6 +29,11 @@
{
display: block;
}
.existingSeriesContainer
{
position: relative;
}
</style>
@if (Model.ExistingSeries.Count == 0)
@ -55,12 +60,12 @@ else
<span class="seriesPathValue">
@Html.Label(series.Item1)
</span>
<div>
<input class="seriesLookup" type="text" style="width: 400px" value="@series.Item2" />
<div class="existingSeriesContainer" >
<input class="seriesLookup" type="text" style="width: 400px; " value="@series.Item2" />
@Html.Hidden("seriesId", series.Item3, new { @class = "seriesId" })
@Html.DropDownList(Guid.NewGuid().ToString(), Model.Quality, new { @class = "qualitySelector" })
<button>Add</button>
<button class="addExistingButton" >Add</button>
</div>
</div>
}
@ -1,13 +1,4 @@
<style>
#saveDir
{
padding-bottom: 1px;
}
#saveDir span
{
margin-top: -2px;
}
</style>
<span>