Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/7d9eaf8cfc8f4b95e01619efaf8830253f6973a7?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Converted selectall.css to less for better import

pull/3113/head
Mark McDowall 12 years ago
parent ffc40d9456
commit 7d9eaf8cfc

@ -1,3 +1,3 @@
@import "filter"; @import "filter";
@import "paginator"; @import "paginator";
@import (css) "selectall.css"; @import "selectall";

@ -6,7 +6,8 @@
Licensed under the MIT @license. Licensed under the MIT @license.
*/ */
.backgrid .select-row-cell, .backgrid {
.backgrid .select-all-header-cell { .select-row-cell, .select-all-header-cell {
text-align: center; text-align: center;
}
} }
Loading…
Cancel
Save