Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/f84f8ac992818c490b186a2431e78ba65f8609f4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
20 additions and
25 deletions
@ -1,5 +1,4 @@
using System ;
using System.Linq ;
using System.IO ;
using System.Net ;
using FizzWare.NBuilder ;
@ -12,7 +11,7 @@ using NzbDrone.Core.Repository;
using NzbDrone.Core.Test.Framework ;
using NzbDrone.Test.Common.AutoMoq ;
namespace NzbDrone.Core.Test
namespace NzbDrone.Core.Test .ProviderTests
{
[TestFixture]
// ReSharper disable InconsistentNaming
@ -16,7 +16,7 @@ body
margin-right : auto ;
width : 85 % ;
margin-left : auto ;
min-width : 8 0 0px;
min-width : 8 5 0px;
max-width : 1400px ;
}
@ -1,31 +1,34 @@
/* YUI dropdown */
. yui3-aclist
/* jQuery UI */
. ui-widget-header
{
z-index : 100 ! important ;
width : auto ! important ;
font-weight : normal ;
}
. yui3-aclist-item-active
. t-combobox . t-input
{
background: # 065EFE ! important ;
line-height: 25px ;
}
/*jQuery UI*/
. ui-widget-header
. ui-autocomplete
{
font-weight : normal ;
border-color : # 333333 ;
background : # 333333 ;
}
. t-combobox . t-input
. ui-autocomplete . ui-state-hover
{
line-height : 25px ;
background : # 333333 ;
border-color : # 065EFE ;
}
. ui-menu-item . ui-corner-all
{
color : # 065EFE ;
}
/*MiniProfiler*/
. profiler-button
. profiler-button
{
opacity : 0 . 4 ;
}
}
@ -21,12 +21,6 @@ p, h1, form, button
padding : 14px ;
}
# stylized h1
{
font-size : 20px ;
font-weight : bold ;
margin-bottom : 8px ;
}
# stylized p
{
@ -86,7 +80,6 @@ p, h1, form, button
text-align : center ;
line-height : 31px ;
font-size : 11px ;
font-weight : bold ;
}