mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -301,6 +301,10 @@ table td.fit{
|
|||||||
background-color: #d0ab44;
|
background-color: #d0ab44;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
max-width: 500px !important;
|
max-width: 500px !important;
|
||||||
}
|
}
|
||||||
|
@@ -978,7 +978,8 @@ function updateReleasesRow(row) {
|
|||||||
TitleLink.data("toggle", "tooltip");
|
TitleLink.data("toggle", "tooltip");
|
||||||
TitleLink.tooltip({
|
TitleLink.tooltip({
|
||||||
title: TitleTooltip,
|
title: TitleTooltip,
|
||||||
html: true
|
html: true,
|
||||||
|
placement: "auto"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -284,6 +284,10 @@ table td.fit{
|
|||||||
background-color: #d0ab44;
|
background-color: #d0ab44;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
max-width: 500px !important;
|
max-width: 500px !important;
|
||||||
}
|
}
|
||||||
|
@@ -28,8 +28,8 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../bootstrap/bootstrap.min.css?changed=2017083001">
|
<link rel="stylesheet" type="text/css" href="../bootstrap/bootstrap.min.css?changed=2017083001">
|
||||||
<link rel="stylesheet" type="text/css" href="../animate.css?changed=2017083001">
|
<link rel="stylesheet" type="text/css" href="../animate.css?changed=2017083001">
|
||||||
<link rel="stylesheet" type="text/css" href="../css/tagify.css?changed=11662">
|
<link rel="stylesheet" type="text/css" href="../css/tagify.css?changed=11662">
|
||||||
<link rel="stylesheet" type="text/css" href="../custom.css?changed=PR12772" media="only screen and (min-device-width: 480px)">
|
<link rel="stylesheet" type="text/css" href="../custom.css?changed=20220123" media="only screen and (min-device-width: 480px)">
|
||||||
<link rel="stylesheet" type="text/css" href="../custom_mobile.css?changed=PR12772" media="only screen and (max-device-width: 480px)">
|
<link rel="stylesheet" type="text/css" href="../custom_mobile.css?changed=20220123" media="only screen and (max-device-width: 480px)">
|
||||||
<link rel="stylesheet" type="text/css" href="../css/jquery.dataTables.min.css?changed=2017083001">
|
<link rel="stylesheet" type="text/css" href="../css/jquery.dataTables.min.css?changed=2017083001">
|
||||||
<link rel="stylesheet" type="text/css" href="../css/bootstrap-multiselect.css?changed=2017083001" />
|
<link rel="stylesheet" type="text/css" href="../css/bootstrap-multiselect.css?changed=2017083001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../css/font-awesome.min.css?changed=2017083001">
|
<link rel="stylesheet" type="text/css" href="../css/font-awesome.min.css?changed=2017083001">
|
||||||
@@ -743,6 +743,6 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
|
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
|
||||||
<script type="text/javascript" src="../custom.js?changed=2022011001"></script>
|
<script type="text/javascript" src="../custom.js?changed=2022012301"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<link href="../bootstrap/bootstrap.min.css" rel="stylesheet">
|
<link href="../bootstrap/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="../animate.css" rel="stylesheet">
|
<link href="../animate.css" rel="stylesheet">
|
||||||
<link href="../custom.css?changed=PR12083" rel="stylesheet">
|
<link href="../custom.css?changed=20220123" rel="stylesheet">
|
||||||
|
|
||||||
<title>Jackett</title>
|
<title>Jackett</title>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user