Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/f2f0cf81fe2d8f1f3ae62630d3312a87771a6fb3
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
10 deletions
@ -6,9 +6,9 @@ table.dataTable {
margin : 0 auto ;
clear : both ;
width : 100 % ;
border-style : none ;
border-width : 1px ;
border-spacing : 2px ;
border-style : none ;
border-color : white ;
border-collapse : collapse ;
}
@ -38,9 +38,9 @@ table.dataTable tfoot th
table . dataTable td {
/*padding: 3px 10px;*/
border-width : 1px ;
padding : 0px 8px 0px 8px ;
border-style : inset ;
border-style : solid ;
border-color : # EEEEEE ;
padding : 0px 8px 0px 8px ;
}
table . dataTable td . center ,
@ -5,6 +5,7 @@
padding : 3px 1px ;
margin : 0px ;
vertical-align : middle ;
border : none ;
}
. gridAction : hover
@ -12,25 +13,24 @@
cursor : pointer ;
}
. statusImage : hover {
background-color : white ;
}
/* Custom Grid */
. seriesTable
{
width : 100 % ;
border-width : 1px ;
border-spacing : 2px ;
border-style : none ;
border-color : white ;
border-collapse : collapse ;
}
. seriesTable th
{
font-family : "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif ;
border-width : 300 ;
font-size : 17px ;
padding : 2px ;
border-style : none ;
border-color : # EEEEEE ;
padding-left : 7px ;
text-align : left ;
background-color : white ;
@ -39,10 +39,10 @@
. seriesTable td
{
border-style : solid ;
border-color : # EEEEEE ;
border-width : 1px ;
padding : 0px 8px 0px 8px ;
border-style : inset ;
border-color : # EEEEEE ;
}
. title-row